GNU Classpath (0.95) | |
Frames | No Frames |
Constructors which throw type java.net.UnknownHostException | |
Constructors which throw type java.net.UnknownHostException | |
Initializes a new instance of Socket and connects to the
hostname and port specified as arguments.
|
Methods which throw type java.net.UnknownHostException | |
InetAddress[] | Returns an array of InetAddress objects representing all the host/ip
addresses of a given host, given the host's name. |
InetAddress | InetAddress.getByAddress(byte[] addr) Returns an InetAddress object given the raw IP address.
|
InetAddress | Creates an InetAddress based on the provided host name and IP address.
|
Inet6Address | Creates a scoped Inet6Address where the scope has an integer id.
|
Inet6Address | Creates a scoped Inet6Address where the scope is a given
NetworkInterface.
|
InetAddress | Returns an InetAddress object representing the IP address of the given
hostname. |
InetAddress | Returns an InetAddress object representing the address of the current
host.
|
Methods which throw type java.net.UnknownHostException | |
Socket | Creates a socket connected to a given host on a given port.
|
Socket | Creates a socket connected to a given host on a given port,
connecting locally to the interface with the given address and port.
|
GNU Classpath (0.95) |