Package | Description |
---|---|
org.apache.coyote.ajp | |
org.apache.coyote.http11 | |
org.apache.tomcat.util.net |
Modifier and Type | Method and Description |
---|---|
JIoEndpoint.Handler.SocketState |
AjpProtocol.AjpConnectionHandler.event(Socket socket,
SocketStatus status) |
JIoEndpoint.Handler.SocketState |
AjpProcessor.event(SocketStatus status) |
JIoEndpoint.Handler.SocketState |
AjpProtocol.AjpConnectionHandler.process(Socket socket) |
JIoEndpoint.Handler.SocketState |
AjpProcessor.process(Socket socket)
Process pipelined HTTP requests using the specified input and output
streams.
|
Modifier and Type | Method and Description |
---|---|
JIoEndpoint.Handler.SocketState |
Http11Protocol.Http11ConnectionHandler.event(Socket socket,
SocketStatus status) |
JIoEndpoint.Handler.SocketState |
Http11Processor.event(SocketStatus status) |
JIoEndpoint.Handler.SocketState |
Http11Processor.process(Socket socket)
Process pipelined HTTP requests on the specified socket.
|
JIoEndpoint.Handler.SocketState |
Http11Protocol.Http11ConnectionHandler.process(Socket socket) |
Modifier and Type | Method and Description |
---|---|
JIoEndpoint.Handler.SocketState |
JIoEndpoint.Handler.event(Socket socket,
SocketStatus status) |
JIoEndpoint.Handler.SocketState |
JIoEndpoint.Handler.process(Socket socket) |
static JIoEndpoint.Handler.SocketState |
JIoEndpoint.Handler.SocketState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIoEndpoint.Handler.SocketState[] |
JIoEndpoint.Handler.SocketState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.