FlushScheduler |
The FlushScheduler object is used to schedule a task
for execution when it is write ready.
|
FlushSignaller |
The FlushSignaller is an operation that performs
writes operation asynchronously.
|
Handshake |
The Handshake object is used to perform secure SSL
negotiations on a pipeline or Transport .
|
NegotiationState |
The NegotiationState represents the certificate
that is sent by a client during a secure HTTPS conversation.
|
OperationFactory |
The OperationFactory is used to create operations
for the transport processor.
|
Phase |
The Phase object represents an asynchronous phase
within the negotiation.
|
SecureTransport |
The SecureTransport object provides an implementation
of a transport used to send and receive data over SSL.
|
ServerCleaner |
The ServerCleaner object allows for the termination
and resource recovery to be done asynchronously.
|
SocketBuffer |
The SocketBuffer represents a buffer that aggregates
small fragments in to a single buffer before sending them.
|
SocketBufferAppender |
The SocketBufferAppender represents a buffer fragment
collector.
|
SocketBufferWriter |
The SocketBufferWriter is used to represent the means
to write buffers to an underlying transport.
|
SocketFlusher |
The SocketFlusher flushes bytes to the underlying
socket channel.
|
SocketTransport |
The SocketTransport object offers a transport that can
send and receive bytes in a non-blocking manner.
|
SocketWrapper |
This is a SocketWrapper objects that represents a TCP
socket connections.
|
TransportChannel |
The TransportChannel provides a means to deliver and
receive content over a transport.
|
TransportCursor |
The TransportCursor object represents a cursor that
can read and buffer data from an underlying transport.
|
TransportDispatcher |
The TransportDispatcher operation is used transfer a
transport to the processor so it can be processed.
|
TransportReader |
The TransportReader object represents a reader that
can read and buffer data from an underlying transport.
|
TransportSocketProcessor |
The TransportSocketProcessor is used to convert sockets
to transports.
|
TransportWriter |
The TransportWriter object is used to write bytes to
and underlying transport.
|