All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ByteCursor TheByteCursorobject is used to acquire bytes from a given source.ByteWriter TheByteWriterobject is used to send data over the TCP transport.Certificate TheCertificateinterface represents the certificate that is sent by a client during a secure HTTPS conversation.CertificateChallenge TheCertificateChallengeobject is used to challenge a client for their x509 certificate.Channel TheChannelinterface represents a connected channel through which data can be sent and received.Connection TheConnectionobject is used to manage connections from a server socket.ConnectionEvent TheConnectionEventenum represents various events that can occur with a new connection.ExecutorReactor TheExecutorReactoris used to schedule operation for execution using anExecutorimplementation.Operation TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactorinterface is used to describe an object that is used to schedule asynchronous I/O operations.ReactorEvent TheReactorEventenumeration is used for tracing the operations that occur within the reactor.Socket This is aSocketinterface that is used to represent a socket.SocketConnection TheSocketConnectionis used to manage connections from a server socket.SocketProcessor TheSocketProcessorinterface represents a processor that is used to acceptSocketobjects.SocketTransport TheSocketTransportobject offers a transport that can send and receive bytes in a non-blocking manner.SocketWrapper This is aSocketWrapperobjects that represents a TCP socket connections.SynchronousReactor TheSynchronousReactorobject is used to execute the ready operations of within a single synchronous thread.Trace TheTraceinterface represents an trace log for various connection events.TraceAnalyzer TheTraceAnalyzerobject represents a tracing analyzer used to monitor events on a socket.Transport TheTransportinterface represents a low level means to deliver content to the connected client.TransportChannel TheTransportChannelprovides a means to deliver and receive content over a transport.TransportCursor TheTransportCursorobject represents a cursor that can read and buffer data from an underlying transport.TransportEvent TheTransportEventenum represents various events that can occur with the transport.TransportException TheTransportExceptionobject is thrown when there is a problem with the transport.TransportProcessor This is theTransportProcessorused to process the provided transport in a higher layer.TransportSocketProcessor TheTransportSocketProcessoris used to convert sockets to transports.TransportWriter TheTransportWriterobject is used to write bytes to and underlying transport.