![]() |
|
Contents |
Public Member Functions | |
| Socket | createSocket () throws IOException |
| Socket | createSocket (String host, int port) throws IOException, UnknownHostException |
| Socket | createSocket (String host, int port, InetAddress localHost, int localPort) throws IOException, UnknownHostException |
| Socket | createSocket (InetAddress host, int port) throws IOException |
| Socket | createSocket (InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException |
| Socket createSocket | ( | ) | throws IOException |
Reimplemented from SocketFactory.
| Socket createSocket | ( | String | host, | |
| int | port | |||
| ) | throws IOException, UnknownHostException [virtual] |
Implements SocketFactory.
| Socket createSocket | ( | String | host, | |
| int | port, | |||
| InetAddress | localHost, | |||
| int | localPort | |||
| ) | throws IOException, UnknownHostException [virtual] |
Implements SocketFactory.
| Socket createSocket | ( | InetAddress | host, | |
| int | port | |||
| ) | throws IOException [virtual] |
Implements SocketFactory.
| Socket createSocket | ( | InetAddress | address, | |
| int | port, | |||
| InetAddress | localAddress, | |||
| int | localPort | |||
| ) | throws IOException [virtual] |
Implements SocketFactory.