Home
last modified time | relevance | path

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

12345678910>>...26

/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/
H A DSocketFactory.java125 public Socket createSocket() throws IOException { in createSocket() method in SocketFactory
163 public abstract Socket createSocket(String host, int port) in createSocket() method in SocketFactory
195 createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in SocketFactory
221 public abstract Socket createSocket(InetAddress host, int port) in createSocket() method in SocketFactory
252 createSocket(InetAddress address, int port, in createSocket() method in SocketFactory
272 public Socket createSocket() { in createSocket() method in DefaultSocketFactory
276 public Socket createSocket(String host, int port) in createSocket() method in DefaultSocketFactory
282 public Socket createSocket(InetAddress address, int port) in createSocket() method in DefaultSocketFactory
288 public Socket createSocket(String host, int port, in createSocket() method in DefaultSocketFactory
295 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultSocketFactory
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/26/libcore/ojluni/src/main/java/javax/net/
DSocketFactory.java125 public Socket createSocket() throws IOException { in createSocket() method in SocketFactory
163 public abstract Socket createSocket(String host, int port) in createSocket() method in SocketFactory
195 createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in SocketFactory
221 public abstract Socket createSocket(InetAddress host, int port) in createSocket() method in SocketFactory
252 createSocket(InetAddress address, int port, in createSocket() method in SocketFactory
272 public Socket createSocket() { in createSocket() method in DefaultSocketFactory
276 public Socket createSocket(String host, int port) in createSocket() method in DefaultSocketFactory
282 public Socket createSocket(InetAddress address, int port) in createSocket() method in DefaultSocketFactory
288 public Socket createSocket(String host, int port, in createSocket() method in DefaultSocketFactory
295 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultSocketFactory
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/
DSocketFactory.java125 public Socket createSocket() throws IOException { in createSocket() method in SocketFactory
163 public abstract Socket createSocket(String host, int port) in createSocket() method in SocketFactory
195 createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in SocketFactory
221 public abstract Socket createSocket(InetAddress host, int port) in createSocket() method in SocketFactory
252 createSocket(InetAddress address, int port, in createSocket() method in SocketFactory
272 public Socket createSocket() { in createSocket() method in DefaultSocketFactory
276 public Socket createSocket(String host, int port) in createSocket() method in DefaultSocketFactory
282 public Socket createSocket(InetAddress address, int port) in createSocket() method in DefaultSocketFactory
288 public Socket createSocket(String host, int port, in createSocket() method in DefaultSocketFactory
295 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultSocketFactory
/aosp_15_r20/external/conscrypt/android/src/main/java/org/conscrypt/
H A DBaseOpenSSLSocketAdapterFactory.java45 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
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/tests/net/
H A 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
H A 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
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A 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
H A 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
/aosp_15_r20/external/conscrypt/testing/src/main/java/tests/net/
H A 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
H A 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
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSocketFactoryImpl.java92 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
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketFactoryImpl.java94 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
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLSocketFactoryImpl.java34 public Socket createSocket(Socket socket, String s, int i, boolean flag) in createSocket() method in SSLSocketFactoryImpl
67 public Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException { in createSocket() method in SSLSocketFactoryImpl
76 public Socket createSocket(InetAddress arg0, int arg1) throws IOException { in createSocket() method in SSLSocketFactoryImpl
85 …public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, … in createSocket() method in SSLSocketFactoryImpl
94 …public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOExcept… in createSocket() method in SSLSocketFactoryImpl
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSocketFactory.java40 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() method in FakeSSLSocketFactory
45 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in FakeSSLSocketFactory
51 public Socket createSocket(InetAddress host, int port) { in createSocket() method in FakeSSLSocketFactory
56 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() method in FakeSSLSocketFactory
61 public Socket createSocket(String host, int port) { in createSocket() method in FakeSSLSocketFactory
/aosp_15_r20/external/grpc-grpc-java/android/src/main/java/io/grpc/android/
H A DUdsSocketFactory.java41 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
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DDelegatingSocketFactory.java46 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSocketFactory
52 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
58 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSocketFactory
65 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
71 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSocketFactory
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
H A DTrafficStatsSocketFactory.java38 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
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java493 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { in createSocket() method in SSLCertificateSocketFactory
514 public Socket createSocket() throws IOException { in createSocket() method in SSLCertificateSocketFactory
533 public Socket createSocket(InetAddress addr, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory
554 public Socket createSocket(InetAddress addr, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
573 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory
597 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
H A DHttpsURLConnectionTest.java247 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
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
H A DHttpsURLConnectionTest.java243 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
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DNetwork.java226 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in Network.NetworkBoundSocketFactory
232 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in Network.NetworkBoundSocketFactory
247 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
260 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
265 public Socket createSocket() throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DOkHttpServerBuilder.java522 @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
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
H A DSocketFactoryTest.java286 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in MySocketFactory
291 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in MySocketFactory
297 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in MySocketFactory
302 public Socket createSocket(InetAddress address, int port, in createSocket() method in MySocketFactory
/aosp_15_r20/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLContext.java391 public Socket createSocket(String host, int port) in clientAuth() method in TestSSLContext
395 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in clientAuth() method in TestSSLContext
399 public Socket createSocket(InetAddress host, int port) throws IOException { in clientAuth() method in TestSSLContext
402 public Socket createSocket(InetAddress address, int port, in clientAuth() method in TestSSLContext
414 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in clientAuth() method in TestSSLContext
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/grpc-java-core-android/android_common_apex34/turbine/
Dgrpc-java-core-android.jario/grpc/android/AndroidChannelBuilder$AndroidChannel$DefaultNetworkCallback.class <Unknown> package io. ...

12345678910>>...26