Package org.fossilec.odettej.transport

Interface Summary
Transport This interface provides a protocol independent network transport layer required by Odette FTP peer entities to with each via the underlying OSI model Network Service provider.
 

Class Summary
ClassloaderTransportFactory Object Factory used to instantiate Transport implementations using a full qualified class name.
NetworkAddress This class represents a Network Address with no association to a transportation layer.
TransportFactory Factory contract used to create (instantiation) a class implementing Transport interface.
 

Exception Summary
AddressException Exception thrown when a wrongly formatted address is encountered.
ConnectionException The exception thrown when a network connection error occur.
NotConnectedException When any method that depends on the connection of the underlying transport is invoked and there isn't an established connection this exception is thrown.
 



Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.