Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
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
DNetwork.java227 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/
DLayeredSocketFactory.java70 Socket createSocket( in createSocket() method
DSocketFactory.java70 Socket createSocket() in createSocket() method
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java291 public Socket createSocket() in createSocket() method in SSLSocketFactory
400 public Socket createSocket( in createSocket() method in SSLSocketFactory