Searched refs:createSocket (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/scheme/
H A DLayeredSocketFactory.java70 Socket createSocket( method in interface:LayeredSocketFactory
H A DSocketFactory.java70 Socket createSocket() method in interface:SocketFactory
79 * {@link #createSocket createSocket}.
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java57 * If you want a connection timeout as well, use {@link #createSocket()}
64 * for createSocket variants that specify a hostname. When using methods that
183 * to {@link #createSocket()}. It is harmless to call this method
444 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { method in class:SSLCertificateSocketFactory
445 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
465 public Socket createSocket() throws IOException { method in class:SSLCertificateSocketFactory
466 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket();
482 public Socket createSocket(InetAddress addr, int port, InetAddress localAddr, int localPort) method in class:SSLCertificateSocketFactory
484 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
501 public Socket createSocket(InetAddres method in class:SSLCertificateSocketFactory
517 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort) method in class:SSLCertificateSocketFactory
538 public Socket createSocket(String host, int port) throws IOException { method in class:SSLCertificateSocketFactory
[all...]
H A DNetwork.java186 Socket socket = createSocket();
204 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException { method in class:Network.NetworkBoundSocketFactory
209 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, method in class:Network.NetworkBoundSocketFactory
211 Socket socket = createSocket();
224 public Socket createSocket(InetAddress host, int port) throws IOException { method in class:Network.NetworkBoundSocketFactory
225 Socket socket = createSocket();
237 public Socket createSocket(String host, int port) throws IOException { method in class:Network.NetworkBoundSocketFactory
242 public Socket createSocket() throws IOException { method in class:Network.NetworkBoundSocketFactory
/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java279 public Socket createSocket() method in class:SSLSocketFactory
283 return (SSLSocket) this.socketfactory.createSocket();
305 ((sock != null) ? sock : createSocket());
372 // This instanceof check is in line with createSocket() above.
388 public Socket createSocket( method in class:SSLSocketFactory
394 SSLSocket sslSocket = (SSLSocket) this.socketfactory.createSocket(
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DTestUtils.java39 Socket s = context.getSocketFactory().createSocket(host, port);
48 Socket s = context.getSocketFactory().createSocket(host, port);
H A DXmlConfigTests.java114 .createSocket(InetAddress.getByName("android.com"), 443);
/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLTest.java31 Socket ssl = SSLCertificateSocketFactory.getDefault().createSocket("www.fortify.net",443);
/frameworks/base/services/net/java/android/net/ip/
H A DRouterAdvertisementDaemon.java252 if (!createSocket()) {
571 private boolean createSocket() { method in class:RouterAdvertisementDaemon
/frameworks/base/config/
H A Dboot-image-profile.txt3829 HPLandroid/net/SSLCertificateSocketFactory;->createSocket()Ljava/net/Socket;
10783 HPLcom/android/org/conscrypt/OpenSSLSocketFactoryImpl;->createSocket()Ljava/net/Socket;
[all...]

Completed in 364 milliseconds