Uses of Interface
org.simpleframework.transport.Transport

Packages that use Transport
org.simpleframework.http.core   
org.simpleframework.transport   
 

Uses of Transport in org.simpleframework.http.core
 

Methods in org.simpleframework.http.core with parameters of type Transport
 void ContainerProcessor.process(Transport transport)
          This is used to process the requests from a provided transport and deliver a response to those requests.
 

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 Processor.process(Transport transport)
          This is used to process the requests from a provided transport and deliver a response to those requests.
 

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.
TransportSender(Transport transport)
          Constructor for the TransportSender object.
 



Copyright © 2013. All Rights Reserved.