public interface org.springframework.http.server.ServerHttpRequest extends org.springframework.http.HttpRequest, org.springframework.http.HttpInputMessage
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.http.server.ServerHttpRequest
super_class: java.lang.Object
{
public abstract java.security.Principal getPrincipal();
descriptor: ()Ljava/security/Principal;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.net.InetSocketAddress getLocalAddress();
descriptor: ()Ljava/net/InetSocketAddress;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.net.InetSocketAddress getRemoteAddress();
descriptor: ()Ljava/net/InetSocketAddress;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.springframework.http.server.ServerHttpAsyncRequestControl getAsyncRequestControl(org.springframework.http.server.ServerHttpResponse);
descriptor: (Lorg/springframework/http/server/ServerHttpResponse;)Lorg/springframework/http/server/ServerHttpAsyncRequestControl;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
response
}
SourceFile: "ServerHttpRequest.java"