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