Uses of Class
org.fossilec.odettej.transport.AddressException

Packages that use AddressException
org.fossilec.odettej.transport   
org.fossilec.odettej.transport.tcp   
 

Uses of AddressException in org.fossilec.odettej.transport
 

Methods in org.fossilec.odettej.transport that throw AddressException
protected abstract  void NetworkAddress.parse(java.lang.String address)
          Allow the setting up of subclasses context when invoked created through general constructor NetworkAddress(String).
 

Constructors in org.fossilec.odettej.transport that throw AddressException
NetworkAddress(java.lang.String address)
          General form of creating a NetworkAddress object using the String representation of the address.
 

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

Methods in org.fossilec.odettej.transport.tcp that throw AddressException
protected static java.net.InetSocketAddress InternetAddress.createAddress(java.lang.String address)
           
protected static java.net.InetSocketAddress InternetAddress.createAddress(java.lang.String host, int port)
           
protected  void InternetAddress.parse(java.lang.String address)
          Allow the setting up of subclasses context when invoked created through general constructor NetworkAddress(String).
 

Constructors in org.fossilec.odettej.transport.tcp that throw AddressException
InternetAddress(java.lang.String address)
          Common way of creating an Address object using the String representation of the address.
InternetAddress(java.lang.String host, int port)
          Way of creating the Address object using properly parameters.
 



Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.