Uses of Class
org.indy.io.ConnectException

Packages that use ConnectException
org.indy.io   
 

Uses of ConnectException in org.indy.io
 

Methods in org.indy.io that throw ConnectException
 void IOHandler.connectClient(java.util.Map parameters, int timeout)
          Connects this IOHandler to a remote implementation.
 void IOHandlerSocket.connectClient(java.lang.String host, int port, java.lang.String boundIP, int boundPort, int timeout)
          Connects this IOHandlerSocket to a remote socket whose address is given by host as either an IP address or FQDN and whose port is given by port If boundIP or boundPort are not null or < 1 respectively, the socket will bind to this local address and / or port.
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.