Uses of Package
org.simpleframework.transport

Packages that use org.simpleframework.transport
org.simpleframework.http.core   
org.simpleframework.http.message   
org.simpleframework.transport   
org.simpleframework.transport.connect   
 

Classes in org.simpleframework.transport used by org.simpleframework.http.core
Processor
          This is the Processor used to process messages from a connected 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.
 

Classes in org.simpleframework.transport used by org.simpleframework.http.message
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.
 

Classes in org.simpleframework.transport used by org.simpleframework.transport
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.
TransportEvent
          The TransportEvent enum represents various events that can occur with the transport.
 

Classes in org.simpleframework.transport used by org.simpleframework.transport.connect
Server
          The Server interface represents a handler that is used to process Socket objects.
 



Copyright © 2013. All Rights Reserved.