Package org.simpleframework.transport

Interface Summary
Channel The Channel interface represents a connected channel through which data can be sent and received.
Cursor The Cursor object is used to acquire bytes from a given source.
Processor This is the Processor used to process messages from a connected transport.
Sender The Sender object is used to send data over the TCP transport.
Server The Server interface represents a handler that is used to process Socket objects.
Socket This is a Socket interface that is used to represent a socket.
Transport The Transport interface represents a low level means to deliver content to the connected client.
 

Class Summary
ProcessorServer The ProcessorServer is used to convert pipelines to transports.
SocketTransport The SocketTransport object offers a transport that can send and receive bytes in a non-blocking manner.
SocketWrapper This is a SocketWrapper objects that represents a TCP socket connections.
TransportChannel The TransportChannel provides a means to deliver and receive content over a transport.
TransportCursor The TransportCursor object represents a cursor that can read and buffer data from an underlying transport.
TransportSender The TransportSender object is used to send bytes to and underlying transport.
 

Enum Summary
TransportEvent The TransportEvent enum represents various events that can occur with the transport.
 

Exception Summary
TerminateException The TerminateException object is used to represent an exception that is thrown when there is a problem terminating the server.
TransportException The TransportException object is thrown when there is a problem with the transport.
 



Copyright © 2013. All Rights Reserved.