|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndyUnknownHostException | |
org.indy | |
org.indy.io | |
org.indy.udp |
Uses of IndyUnknownHostException in org.indy |
Methods in org.indy that throw IndyUnknownHostException | |
static java.lang.String |
IndyComponent.getLocalName()
Returns the local host name of this machine. |
Uses of IndyUnknownHostException in org.indy.io |
Methods in org.indy.io that throw IndyUnknownHostException | |
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. |
Uses of IndyUnknownHostException in org.indy.udp |
Methods in org.indy.udp that throw IndyUnknownHostException | |
int |
IdUDPBase.receiveBuffer(byte[] b,
int off,
int len,
java.lang.String peerIP,
int peerPort,
int timeout)
DOCUMENT ME! |
int |
IdUDPBase.receiveBuffer(byte[] b,
java.lang.String peerIP,
int peerPort,
int timeout)
DOCUMENT ME! |
int |
IdUDPBase.receiveBuffer(byte[] b,
int off,
int len,
java.lang.String peerIP,
int peerPort)
DOCUMENT ME! |
int |
IdUDPBase.receiveBuffer(byte[] b,
java.lang.String peerIP,
int peerPort)
DOCUMENT ME! |
void |
IdUDPBase.setHost(java.lang.String newHost)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |