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