public interface org.apache.coyote.Adapter
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.coyote.Adapter
super_class: java.lang.Object
{
public abstract void service(org.apache.coyote.Request, org.apache.coyote.Response);
descriptor: (Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
req
res
public abstract boolean prepare(org.apache.coyote.Request, org.apache.coyote.Response);
descriptor: (Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
req
res
public abstract boolean asyncDispatch(org.apache.coyote.Request, org.apache.coyote.Response, org.apache.tomcat.util.net.SocketEvent);
descriptor: (Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;Lorg/apache/tomcat/util/net/SocketEvent;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
req
res
status
public abstract void log(org.apache.coyote.Request, org.apache.coyote.Response, long);
descriptor: (Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
req
res
time
public abstract void checkRecycled(org.apache.coyote.Request, org.apache.coyote.Response);
descriptor: (Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
req
res
public abstract java.lang.String getDomain();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Adapter.java"