| /libcore/luni/src/main/java/javax/net/ |
| D | DefaultSocketFactory.java | 34 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
|
| D | SocketFactory.java | 62 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/ |
| D | OpenSSLSocketFactoryImpl.java | 56 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
|
| D | SSLSocketFactoryImpl.java | 86 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/ |
| D | SSLSocketFactoryImpl.java | 17 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/ |
| D | DefaultSSLSocketFactory.java | 50 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
|
| D | SSLSocketFactory.java | 122 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/ |
| D | SocketFactoryTest.java | 340 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/ |
| D | TestSSLContext.java | 276 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/ |
| D | MulticastSocket.java | 326 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket() method in MulticastSocket
|
| D | DatagramSocket.java | 128 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket() method in DatagramSocket
|