/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | BaseOpenSSLSocketAdapterFactory.java | 45 public Socket createSocket() throws IOException { in createSocket() method in BaseOpenSSLSocketAdapterFactory 50 public Socket createSocket(String hostname, int port) in createSocket() method in BaseOpenSSLSocketAdapterFactory 56 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in BaseOpenSSLSocketAdapterFactory 62 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in BaseOpenSSLSocketAdapterFactory 67 public Socket createSocket(InetAddress address, in createSocket() method in BaseOpenSSLSocketAdapterFactory 77 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/ |
D | DelegatingSSLSocketFactory.java | 38 @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
|
D | DelegatingSocketFactory.java | 37 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/testing/src/main/java/tests/net/ |
D | DelegatingSSLSocketFactory.java | 49 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
|
D | DelegatingSocketFactory.java | 40 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/repackaged/testing/src/main/java/tests/net/ |
D | DelegatingSSLSocketFactory.java | 51 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
|
D | DelegatingSocketFactory.java | 42 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/grpc-grpc-java/android/src/main/java/io/grpc/android/ |
D | UdsSocketFactory.java | 41 public Socket createSocket() throws IOException { in createSocket() method in UdsSocketFactory 46 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in UdsSocketFactory 51 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in UdsSocketFactory 57 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in UdsSocketFactory 62 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) in createSocket() method in UdsSocketFactory
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/ |
D | TrafficStatsSocketFactory.java | 38 public Socket createSocket() throws IOException { in createSocket() method in TrafficStatsSocketFactory 46 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in TrafficStatsSocketFactory 54 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in TrafficStatsSocketFactory 63 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in TrafficStatsSocketFactory 71 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) in createSocket() method in TrafficStatsSocketFactory
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLSocketFactoryImpl.java | 92 public Socket createSocket() throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl 104 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() method in OpenSSLSocketFactoryImpl 115 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in OpenSSLSocketFactoryImpl 127 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl 138 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in OpenSSLSocketFactoryImpl 150 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/ |
D | OpenSSLSocketFactoryImpl.java | 94 public Socket createSocket() throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl 106 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() method in OpenSSLSocketFactoryImpl 117 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in OpenSSLSocketFactoryImpl 129 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl 140 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in OpenSSLSocketFactoryImpl 152 public Socket createSocket(Socket socket, String hostname, int port, boolean autoClose) in createSocket() method in OpenSSLSocketFactoryImpl
|
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | HttpsURLConnectionTest.java | 247 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 252 public Socket createSocket( in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 258 public Socket createSocket(InetAddress host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 263 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 268 public Socket createSocket(String host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | HttpsURLConnectionTest.java | 243 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 248 public Socket createSocket( in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 254 public Socket createSocket(InetAddress host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 259 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory 264 public Socket createSocket(String host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
|
/external/nist-sip/java/gov/nist/core/net/ |
D | NetworkLayer.java | 80 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
|
D | DefaultNetworkLayer.java | 74 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
|
D | SslNetworkLayer.java | 93 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/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | OkHttpServerBuilder.java | 522 @Override public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in OkHttpServerBuilder.ClientCertRequestingSocketFactory 527 @Override public Socket createSocket(String host, int port) throws IOException { in createSocket() method in OkHttpServerBuilder.ClientCertRequestingSocketFactory 531 @Override public Socket createSocket( in createSocket() method in OkHttpServerBuilder.ClientCertRequestingSocketFactory 536 @Override public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in OkHttpServerBuilder.ClientCertRequestingSocketFactory 540 @Override public Socket createSocket( in createSocket() method in OkHttpServerBuilder.ClientCertRequestingSocketFactory
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/socket/ |
D | SocketFactory.java | 39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/socket/ |
D | SocketFactory.java | 39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
|
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/socket/ |
D | DefaultSocketFactory.java | 40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/ |
D | SocketFactory.java | 39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/socket/ |
D | SocketFactory.java | 39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/socket/ |
D | SocketFactory.java | 39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/socket/ |
D | DefaultSocketFactory.java | 40 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/ |
D | DefaultSocketFactory.java | 40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
|