Interface | Description |
---|---|
AbstractEndpoint.Handler | |
AprEndpoint.Handler |
Bare bones interface used for socket processing.
|
JIoEndpoint.Handler |
Bare bones interface used for socket processing.
|
Nio2Endpoint.Handler |
Bare bones interface used for socket processing.
|
NioEndpoint.Handler |
Bare bones interface used for socket processing.
|
SecureNio2Channel.ApplicationBufferHandler |
Callback interface to be able to expand buffers
when buffer overflow exceptions happen
|
SecureNioChannel.ApplicationBufferHandler |
Callback interface to be able to expand buffers
when buffer overflow exceptions happen
|
ServerSocketFactory |
The common interface through which the
JIoEndpoint interacts with
both non-SSL and SSL sockets. |
SSLSessionManager |
Defines an interface used to manage SSL sessions.
|
SSLSupport |
Defines an interface to interact with SSL sessions.
|
SSLUtil |
Class | Description |
---|---|
AbstractEndpoint<S> | |
AbstractEndpoint.Acceptor | |
AprEndpoint |
APR tailored thread pool, providing the following services:
Socket acceptor thread
Socket poller thread
Sendfile thread
Worker threads pool
When switching to Java 5, there's an opportunity to use the virtual
machine's thread pool.
|
AprEndpoint.SendfileData |
SendfileData class.
|
AprEndpoint.SocketInfo | |
AprEndpoint.SocketList | |
AprEndpoint.SocketTimeouts | |
Constants | |
DefaultServerSocketFactory |
Default server socket factory.
|
JIoEndpoint |
Handle incoming TCP connections.
|
Nio2Channel |
Base class for a SocketChannel wrapper used by the endpoint.
|
Nio2Endpoint |
NIO2 endpoint.
|
Nio2Endpoint.Nio2SocketWrapper | |
Nio2Endpoint.NioBufferHandler | |
Nio2Endpoint.SendfileData |
SendfileData class.
|
NioBlockingSelector | |
NioBlockingSelector.BlockPoller | |
NioBlockingSelector.BlockPoller.RunnableCancel | |
NioBlockingSelector.KeyReference | |
NioChannel |
Base class for a SocketChannel wrapper used by the endpoint.
|
NioEndpoint |
NIO tailored thread pool, providing the following services:
Socket acceptor thread
Socket poller thread
Worker threads pool
When switching to Java 5, there's an opportunity to use the virtual
machine's thread pool.
|
NioEndpoint.KeyAttachment | |
NioEndpoint.NioBufferHandler | |
NioEndpoint.PollerEvent |
PollerEvent, cacheable object for poller events to avoid GC
|
NioEndpoint.SendfileData |
SendfileData class.
|
NioSelectorPool |
Thread safe non blocking selector pool
|
SecureNio2Channel |
Implementation of a secure socket channel for NIO2.
|
SecureNioChannel |
Implementation of a secure socket channel
|
SocketProperties |
Properties that can be set in the <Connector> element
in server.xml.
|
SocketWrapper<E> | |
SSLImplementation | |
URL | Deprecated
Will be removed in Tomcat 8.5.x.
|
Enum | Description |
---|---|
AbstractEndpoint.Acceptor.AcceptorState | |
AbstractEndpoint.BindState | |
AbstractEndpoint.Handler.SocketState |
Different types of socket states to react upon.
|
DispatchType |
This enumeration lists the different types of dispatches that request
processing can trigger.
|
SendfileKeepAliveState | |
SendfileState | |
SocketStatus |
Someone, please change the enum name.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.