Package org.simpleframework.transport
-
Interface Summary Interface Description Cursor TheCursorobject is used to acquire bytes from a given source.Processor This is theProcessorused to process HTTP requests from a connected transport.Server TheServerinterface represents a handler that is used to processSocketobjects.Socket This is aSocketinterface that is used to represent a socket.Transport TheTransportinterface represents a low level means to deliver content to the connected client. -
Class Summary Class Description ProcessorServer TheProcessorServeris used to convert pipelines to transports.TransportCursor TheTransportCursorobject represents a cursor that can read and buffer data from an underlying transport. -
Exception Summary Exception Description TransportException TheTransportExceptionobject is thrown when there is a problem with the transport.