Home
last modified time | relevance | path

Searched defs:createSocket (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/main/java/javax/net/
DDefaultSocketFactory.java34 public Socket createSocket() throws IOException { in createSocket() method in DefaultSocketFactory
39 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DefaultSocketFactory
44 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DefaultSocketFactory
50 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
55 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DefaultSocketFactory
DSocketFactory.java62 public Socket createSocket() throws IOException { in createSocket() method in SocketFactory
84 public abstract Socket createSocket(String host, int port) throws IOException, in createSocket() method in SocketFactory
110 public abstract Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in SocketFactory
127 public abstract Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method in SocketFactory
150 public abstract Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in SocketFactory
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketFactoryImpl.java56 public Socket createSocket() throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
63 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in OpenSSLSocketFactoryImpl
67 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in OpenSSLSocketFactoryImpl
76 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
80 public Socket createSocket(InetAddress address, in createSocket() method in OpenSSLSocketFactoryImpl
92 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in OpenSSLSocketFactoryImpl
DSSLSocketFactoryImpl.java86 public Socket createSocket(Socket s, String host, int port, in createSocket() method in SSLSocketFactoryImpl
101 public Socket createSocket() throws IOException { in createSocket() method in SSLSocketFactoryImpl
112 public Socket createSocket(String host, int port) in createSocket() method in SSLSocketFactoryImpl
125 public Socket createSocket(String host, int port, in createSocket() method in SSLSocketFactoryImpl
139 public Socket createSocket(InetAddress host, int port) in createSocket() method in SSLSocketFactoryImpl
152 public Socket createSocket(InetAddress address, int port, in createSocket() method in SSLSocketFactoryImpl
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DSSLSocketFactoryImpl.java17 public Socket createSocket(Socket socket, String s, int i, boolean flag) in createSocket() method in SSLSocketFactoryImpl
50 public Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException { in createSocket() method in SSLSocketFactoryImpl
59 public Socket createSocket(InetAddress arg0, int arg1) throws IOException { in createSocket() method in SSLSocketFactoryImpl
68 …public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, … in createSocket() method in SSLSocketFactoryImpl
77 …public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOExcept… in createSocket() method in SSLSocketFactoryImpl
/libcore/luni/src/main/java/javax/net/ssl/
DDefaultSSLSocketFactory.java50 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in DefaultSSLSocketFactory
56 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DefaultSSLSocketFactory
61 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DefaultSSLSocketFactory
67 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSSLSocketFactory
72 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DefaultSSLSocketFactory
DSSLSocketFactory.java122 public abstract Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in SSLSocketFactory
/libcore/luni/src/test/java/tests/api/javax/net/
DSocketFactoryTest.java340 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in MySocketFactory
345 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in MySocketFactory
351 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in MySocketFactory
356 public Socket createSocket(InetAddress address, int port, in createSocket() method in MySocketFactory
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLContext.java276 public Socket createSocket(String host, int port) in clientAuth() method in TestSSLContext
280 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in clientAuth() method in TestSSLContext
284 public Socket createSocket(InetAddress host, int port) throws IOException { in clientAuth() method in TestSSLContext
287 public Socket createSocket(InetAddress address, int port, in clientAuth() method in TestSSLContext
299 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in clientAuth() method in TestSSLContext
/libcore/luni/src/main/java/java/net/
DMulticastSocket.java326 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket() method in MulticastSocket
DDatagramSocket.java128 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket() method in DatagramSocket