Home | History | Annotate | Download | only in net

Lines Matching refs:InetAddress

30 import java.net.InetAddress;
58 InetAddress bindAddress) throws IOException;
70 InetAddress bindAddress) throws IOException;
80 public Socket createSocket(InetAddress address, int port) throws IOException;
91 public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOException;
97 * @param address the InetAddress that we'd like to connect to.
109 public Socket createSocket(InetAddress address, int port,
110 InetAddress myAddress, int myPort)
121 public SSLSocket createSSLSocket(InetAddress address, int port) throws IOException;
132 public SSLSocket createSSLSocket(InetAddress address, int port, InetAddress localAddress) throws IOException;
150 public DatagramSocket createDatagramSocket(int port, InetAddress laddr)