Uses of Interface
solar.service.transport.Transport

Packages that use Transport
rice.pastry.socket TCP under rice.pastry.wire package is implemented using java.nio package and has some known problems particularly under high stress. 
solar.service.transport Contains the data transport service. 
solar.test Contains some sample testing Solar nodes, such as sources, operators, and applications. 
 

Uses of Transport in rice.pastry.socket
 

Fields in rice.pastry.socket declared as Transport
protected  Transport SocketPastryNodeFactory._transport
           
protected  Transport SocketPastryNode._transport
           
 

Methods in rice.pastry.socket that return Transport
 Transport SocketPastryNode.getTransport()
           
 

Methods in rice.pastry.socket with parameters of type Transport
 void SocketPastryNode.setSocketElements(java.net.InetSocketAddress address, Transport transport, SocketNodeHandlePool pool, int lsmf, int rsmf)
           
 

Uses of Transport in solar.service.transport
 

Classes in solar.service.transport that implement Transport
 class PastryObjectTransport
          A Pastry transport layer using object serialization.
 class PastryTransport
          A Pastry transport application interfacing with Pastry routing substrate.
 class TcpObjectTransport
          The TCP transport layer using object serialization.
 class TcpTransport
          The TCP transport layer, converting ADU to bytes before sending.
 class UdpObjectTransport
          The UDP transport layer using object (ADU) serialization.
 class UdpTransport
          The UDP transport layer, converting ADU to bytes for sending.
 

Fields in solar.service.transport declared as Transport
protected  Transport BaseTransportService._transport
          The actual transport layer.
 

Methods in solar.service.transport that return Transport
 Transport BaseTransportService.getTransport()
           
 Transport TransportService.getTransport()
          Return the transport module (dealing with individual protocol).
 

Uses of Transport in solar.test
 

Fields in solar.test declared as Transport
protected  Transport GroundHog._transport