Searched defs:createSocket (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | SSLCertificateSocketFactory.java | 493 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
|
D | Network.java | 227 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in Network.NetworkBoundSocketFactory 233 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in Network.NetworkBoundSocketFactory 248 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory 261 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory 266 public Socket createSocket() throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
|
/frameworks/base/core/java/org/apache/http/conn/scheme/ |
D | LayeredSocketFactory.java | 70 Socket createSocket( in createSocket() method
|
D | SocketFactory.java | 70 Socket createSocket() in createSocket() method
|
/frameworks/base/core/java/org/apache/http/conn/ssl/ |
D | SSLSocketFactory.java | 291 public Socket createSocket() in createSocket() method in SSLSocketFactory 400 public Socket createSocket( in createSocket() method in SSLSocketFactory
|