Lines Matching refs:host
62 * The port number on the remote host to which this socket is connected.
82 * Connects this socket to the specified port on the named host.
84 * @param host the name of the remote host.
87 * remote host.
89 protected abstract void connect(String host, int port) throws IOException;
92 * Connects this socket to the specified port number on the specified host.
94 * @param address the IP address of the remote host.
102 * Connects this socket to the specified port number on the specified host.
106 * @param address the Socket address of the remote host.
117 * @param host an IP address that belongs to a local interface.
121 protected abstract void bind(InetAddress host, int port) throws IOException;