Uses of Interface
org.fossilec.odettej.transport.Transport

Packages that use Transport
org.fossilec.odettej   
org.fossilec.odettej.service   
org.fossilec.odettej.transport   
org.fossilec.odettej.transport.mbgw   
org.fossilec.odettej.transport.tcp   
 

Uses of Transport in org.fossilec.odettej
 

Methods in org.fossilec.odettej with parameters of type Transport
 OdetteFTPEntity Session.acceptConnection(Transport transport)
           
 

Uses of Transport in org.fossilec.odettej.service
 

Methods in org.fossilec.odettej.service that return Transport
 Transport Service.getTransport()
           
 

Methods in org.fossilec.odettej.service with parameters of type Transport
static Service Service.getInstance(Transport transport, int debSize, boolean useStreamTransmissionBuffer)
           
 

Constructors in org.fossilec.odettej.service with parameters of type Transport
Service(Transport transport, int debSize)
          Class constructor used with a given transport implementation which should be used instead of creating a new one.
StreamTransmissionService(Transport transport, int debSize)
           
UsualService(Transport transport, int debSize)
           
 

Uses of Transport in org.fossilec.odettej.transport
 

Methods in org.fossilec.odettej.transport that return Transport
 Transport ClassloaderTransportFactory.createTransport()
          Create a Transport class instance using the path provided in the constructor.
abstract  Transport TransportFactory.createTransport()
          Method used to simply return a Transport class implementation.
 

Uses of Transport in org.fossilec.odettej.transport.mbgw
 

Classes in org.fossilec.odettej.transport.mbgw that implement Transport
 class MoreDataBitTransport
          This is a transport implementation of the More Data Bit protocol for tunneling TCP/IP packages over X.25.
 

Uses of Transport in org.fossilec.odettej.transport.tcp
 

Classes in org.fossilec.odettej.transport.tcp that implement Transport
 class TCPTransport
          Provide OdetteJ with a TCP/IP transportation layer based on Odette FTP, implementing the Transport interface.
 



Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.