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