Package org.simpleframework.transport
-
Interface Summary Interface Description Cursor TheCursor
object is used to acquire bytes from a given source.Processor This is theProcessor
used to process HTTP requests from a connected transport.Server TheServer
interface represents a handler that is used to processSocket
objects.Socket This is aSocket
interface that is used to represent a socket.Transport TheTransport
interface represents a low level means to deliver content to the connected client. -
Class Summary Class Description ProcessorServer TheProcessorServer
is used to convert pipelines to transports.TransportCursor TheTransportCursor
object represents a cursor that can read and buffer data from an underlying transport. -
Exception Summary Exception Description TransportException TheTransportException
object is thrown when there is a problem with the transport.