Package org.simpleframework.transport


package org.simpleframework.transport
  • Class
    Description
    The Cursor object is used to acquire bytes from a given source.
    This is the Processor used to process HTTP requests from a connected transport.
    The ProcessorServer is used to convert pipelines to transports.
    The Server interface represents a handler that is used to process Socket objects.
    This is a Socket interface that is used to represent a socket.
    The Transport interface represents a low level means to deliver content to the connected client.
    The TransportCursor object represents a cursor that can read and buffer data from an underlying transport.
    The TransportException object is thrown when there is a problem with the transport.