Uses of Interface
org.simpleframework.transport.Transport

Packages that use Transport
org.simpleframework.transport   
 

Uses of Transport in org.simpleframework.transport
 

Classes in org.simpleframework.transport that implement Transport
 class SocketTransport
          The SocketTransport object offers a transport that can send and receive bytes in a non-blocking manner.
 

Methods in org.simpleframework.transport with parameters of type Transport
 void TransportProcessor.process(Transport transport)
          This is used to process a Transport instance in a higher layer that can handle a protocol.
 

Constructors in org.simpleframework.transport with parameters of type Transport
TransportChannel(Transport transport)
          Constructor for the TransportChannel object.
TransportCursor(Transport transport)
          Constructor for the TransportCursor object.
TransportCursor(Transport transport, int size)
          Constructor for the TransportCursor object.
TransportWriter(Transport transport)
          Constructor for the TransportWriter object.
 



Copyright © 2014. All Rights Reserved.