Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java436 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { in createSocket() method in SSLCertificateSocketFactory
457 public Socket createSocket() throws IOException { in createSocket() method in SSLCertificateSocketFactory
474 public Socket createSocket(InetAddress addr, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory
493 public Socket createSocket(InetAddress addr, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
509 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory
530 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
DNetwork.java152 …public Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOE… in createSocket() method in Network.NetworkBoundSocketFactory
157 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in Network.NetworkBoundSocketFactory
166 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
173 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
178 public Socket createSocket() throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory
/frameworks/base/core/java/org/apache/http/conn/scheme/
DLayeredSocketFactory.java70 Socket createSocket( in createSocket() method
DSocketFactory.java70 Socket createSocket() in createSocket() method
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java279 public Socket createSocket() in createSocket() method in SSLSocketFactory
388 public Socket createSocket( in createSocket() method in SSLSocketFactory