Home
last modified time | relevance | path

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

1234

/external/conscrypt/android/src/main/java/org/conscrypt/
DBaseOpenSSLSocketAdapterFactory.java44 public Socket createSocket() throws IOException { in createSocket() method in BaseOpenSSLSocketAdapterFactory
49 public Socket createSocket(String hostname, int port) in createSocket() method in BaseOpenSSLSocketAdapterFactory
55 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in BaseOpenSSLSocketAdapterFactory
61 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in BaseOpenSSLSocketAdapterFactory
66 public Socket createSocket(InetAddress address, in createSocket() method in BaseOpenSSLSocketAdapterFactory
76 public Socket createSocket(Socket s, String hostname, int port, boolean autoClose) in createSocket() method in BaseOpenSSLSocketAdapterFactory
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocketFactory.java38 @Override public SSLSocket createSocket() throws IOException { in createSocket() method in DelegatingSSLSocketFactory
43 @Override public SSLSocket createSocket(String host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
48 @Override public SSLSocket createSocket( in createSocket() method in DelegatingSSLSocketFactory
54 @Override public SSLSocket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
59 @Override public SSLSocket createSocket( in createSocket() method in DelegatingSSLSocketFactory
73 @Override public SSLSocket createSocket( in createSocket() method in DelegatingSSLSocketFactory
DDelegatingSocketFactory.java37 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSocketFactory
43 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSocketFactory
49 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() method in DelegatingSocketFactory
56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
62 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket() method in DelegatingSocketFactory
/external/conscrypt/repackaged/testing/src/main/java/tests/net/
DDelegatingSSLSocketFactory.java51 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSSLSocketFactory
56 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in DelegatingSSLSocketFactory
62 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSSLSocketFactory
67 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSSLSocketFactory
73 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
78 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSSLSocketFactory
DDelegatingSocketFactory.java42 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSocketFactory
47 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSocketFactory
52 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSocketFactory
58 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
63 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSocketFactory
/external/conscrypt/testing/src/main/java/tests/net/
DDelegatingSSLSocketFactory.java49 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSSLSocketFactory
54 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in DelegatingSSLSocketFactory
60 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSSLSocketFactory
65 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSSLSocketFactory
71 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
76 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSSLSocketFactory
DDelegatingSocketFactory.java40 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSocketFactory
45 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSocketFactory
50 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSocketFactory
56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
61 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSocketFactory
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLSocketFactoryImpl.java86 public Socket createSocket() throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
98 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() method in OpenSSLSocketFactoryImpl
109 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in OpenSSLSocketFactoryImpl
121 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
132 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in OpenSSLSocketFactoryImpl
144 public Socket createSocket(Socket socket, String hostname, int port, boolean autoClose) in createSocket() method in OpenSSLSocketFactoryImpl
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketFactoryImpl.java89 public Socket createSocket() throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
101 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() method in OpenSSLSocketFactoryImpl
112 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in OpenSSLSocketFactoryImpl
124 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
135 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in OpenSSLSocketFactoryImpl
147 public Socket createSocket(Socket socket, String hostname, int port, boolean autoClose) in createSocket() method in OpenSSLSocketFactoryImpl
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DHttpsURLConnectionTest.java143 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
148 public Socket createSocket( in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
154 public Socket createSocket(InetAddress host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
159 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
164 public Socket createSocket(String host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DHttpsURLConnectionTest.java139 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
144 public Socket createSocket( in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
150 public Socket createSocket(InetAddress host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
155 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
160 public Socket createSocket(String host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
/external/nist-sip/java/gov/nist/core/net/
DNetworkLayer.java80 public Socket createSocket(InetAddress address, int port) throws IOException; in createSocket() method
91 …public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOExcep… in createSocket() method
109 public Socket createSocket(InetAddress address, int port, in createSocket() method
DDefaultNetworkLayer.java74 public Socket createSocket(InetAddress address, int port) in createSocket() method in DefaultNetworkLayer
117 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultNetworkLayer
141 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultNetworkLayer
DSslNetworkLayer.java93 public Socket createSocket(InetAddress address, int port) in createSocket() method in SslNetworkLayer
127 public Socket createSocket(InetAddress address, int port, in createSocket() method in SslNetworkLayer
151 public Socket createSocket(InetAddress address, int port, in createSocket() method in SslNetworkLayer
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory

1234