Package org.simpleframework.transport
package org.simpleframework.transport
-
ClassDescriptionThe
Cursorobject is used to acquire bytes from a given source.This is theProcessorused to process HTTP requests from a connected transport.TheProcessorServeris used to convert pipelines to transports.TheServerinterface represents a handler that is used to processSocketobjects.This is aSocketinterface that is used to represent a socket.TheTransportinterface represents a low level means to deliver content to the connected client.TheTransportCursorobject represents a cursor that can read and buffer data from an underlying transport.TheTransportExceptionobject is thrown when there is a problem with the transport.