All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ByteCursor TheByteCursor
object is used to acquire bytes from a given source.ByteWriter TheByteWriter
object is used to send data over the TCP transport.Certificate TheCertificate
interface represents the certificate that is sent by a client during a secure HTTPS conversation.CertificateChallenge TheCertificateChallenge
object is used to challenge a client for their x509 certificate.Channel TheChannel
interface represents a connected channel through which data can be sent and received.Connection TheConnection
object is used to manage connections from a server socket.ConnectionEvent TheConnectionEvent
enum represents various events that can occur with a new connection.ExecutorReactor TheExecutorReactor
is used to schedule operation for execution using anExecutor
implementation.Operation TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations.ReactorEvent TheReactorEvent
enumeration is used for tracing the operations that occur within the reactor.Socket This is aSocket
interface that is used to represent a socket.SocketConnection TheSocketConnection
is used to manage connections from a server socket.SocketProcessor TheSocketProcessor
interface represents a processor that is used to acceptSocket
objects.SocketTransport TheSocketTransport
object offers a transport that can send and receive bytes in a non-blocking manner.SocketWrapper This is aSocketWrapper
objects that represents a TCP socket connections.SynchronousReactor TheSynchronousReactor
object is used to execute the ready operations of within a single synchronous thread.Trace TheTrace
interface represents an trace log for various connection events.TraceAnalyzer TheTraceAnalyzer
object represents a tracing analyzer used to monitor events on a socket.Transport TheTransport
interface represents a low level means to deliver content to the connected client.TransportChannel TheTransportChannel
provides a means to deliver and receive content over a transport.TransportCursor TheTransportCursor
object represents a cursor that can read and buffer data from an underlying transport.TransportEvent TheTransportEvent
enum represents various events that can occur with the transport.TransportException TheTransportException
object is thrown when there is a problem with the transport.TransportProcessor This is theTransportProcessor
used to process the provided transport in a higher layer.TransportSocketProcessor TheTransportSocketProcessor
is used to convert sockets to transports.TransportWriter TheTransportWriter
object is used to write bytes to and underlying transport.