| ByteCursor |
The ByteCursor object is used to acquire bytes from a
given source.
|
| ByteWriter |
The ByteWriter object is used to send data over the TCP
transport.
|
| Certificate |
The Certificate interface represents the certificate
that is sent by a client during a secure HTTPS conversation.
|
| CertificateChallenge |
The CertificateChallenge object is used to challenge
a client for their x509 certificate.
|
| Channel |
The Channel interface represents a connected channel
through which data can be sent and received.
|
| Socket |
This is a Socket interface that is used to represent
a socket.
|
| SocketProcessor |
The SocketProcessor interface represents a processor that
is used to accept Socket objects.
|
| Transport |
The Transport interface represents a low level means
to deliver content to the connected client.
|
| TransportEvent |
The TransportEvent enum represents various events that
can occur with the transport.
|
| TransportProcessor |
This is the TransportProcessor used to process the
provided transport in a higher layer.
|