Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.coyote | |
org.apache.coyote.ajp | |
org.apache.coyote.http11 | |
org.apache.tomcat.util.net |
Modifier and Type | Method and Description |
---|---|
boolean |
CoyoteAdapter.event(Request req,
Response res,
SocketStatus status)
Event method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Adapter.event(Request req,
Response res,
SocketStatus status) |
Modifier and Type | Method and Description |
---|---|
AprEndpoint.Handler.SocketState |
AjpAprProtocol.AjpConnectionHandler.event(long socket,
SocketStatus status) |
JIoEndpoint.Handler.SocketState |
AjpProtocol.AjpConnectionHandler.event(Socket socket,
SocketStatus status) |
JIoEndpoint.Handler.SocketState |
AjpProcessor.event(SocketStatus status) |
AprEndpoint.Handler.SocketState |
AjpAprProcessor.event(SocketStatus status) |
Modifier and Type | Method and Description |
---|---|
JIoEndpoint.Handler.SocketState |
Http11Protocol.Http11ConnectionHandler.event(Socket socket,
SocketStatus status) |
AprEndpoint.Handler.SocketState |
Http11AprProcessor.event(SocketStatus status)
Process pipelined HTTP requests using the specified input and output
streams.
|
abstract NioEndpoint.Handler.SocketState |
Http11AbstractProcessor.event(SocketStatus status)
Process pipelined HTTP requests using the specified input and output
streams.
|
JIoEndpoint.Handler.SocketState |
Http11Processor.event(SocketStatus status) |
NioEndpoint.Handler.SocketState |
Http11NioProcessor.event(SocketStatus status) |
Modifier and Type | Field and Description |
---|---|
protected SocketStatus |
JIoEndpoint.SocketEventProcessor.status |
protected SocketStatus |
JIoEndpoint.Worker.status |
protected SocketStatus |
NioEndpoint.ChannelProcessor.status |
protected SocketStatus |
AprEndpoint.Worker.status |
protected SocketStatus |
AprEndpoint.SocketEventProcessor.status |
Modifier and Type | Method and Description |
---|---|
static SocketStatus |
SocketStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketStatus[] |
SocketStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AprEndpoint.Worker.assign(long socket,
SocketStatus status) |
protected void |
JIoEndpoint.Worker.assign(Socket socket,
SocketStatus status) |
AprEndpoint.Handler.SocketState |
AprEndpoint.Handler.event(long socket,
SocketStatus status) |
NioEndpoint.Handler.SocketState |
NioEndpoint.Handler.event(NioChannel channel,
SocketStatus status)
Process the specified
org.apache.tomcat.util.net.NioChannel |
JIoEndpoint.Handler.SocketState |
JIoEndpoint.Handler.event(Socket socket,
SocketStatus status) |
boolean |
NioEndpoint.processChannel(NioChannel channel,
SocketStatus status)
Process given channel for an event.
|
protected boolean |
AprEndpoint.processSocket(long socket,
SocketStatus status)
Process given socket for an event.
|
protected boolean |
JIoEndpoint.processSocket(Socket socket,
SocketStatus status)
Process given socket for an event.
|
Constructor and Description |
---|
AprEndpoint.SocketEventProcessor(long socket,
SocketStatus status) |
JIoEndpoint.SocketEventProcessor(Socket socket,
SocketStatus status) |
NioEndpoint.ChannelProcessor(NioChannel channel,
SocketStatus status)
Create a new instance of
ChannelProcessor |
Copyright © 2016 JBoss by Red Hat. All rights reserved.