Searched defs:createSocket (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | SSLCertificateSocketFactory.java | 492 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { in createSocket() method in SSLCertificateSocketFactory 513 public Socket createSocket() throws IOException { in createSocket() method in SSLCertificateSocketFactory 532 public Socket createSocket(InetAddress addr, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory 553 public Socket createSocket(InetAddress addr, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory 572 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort) in createSocket() method in SSLCertificateSocketFactory 596 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in SSLCertificateSocketFactory
|
D | Network.java | 214 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in Network.NetworkBoundSocketFactory 220 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in Network.NetworkBoundSocketFactory 235 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory 248 public Socket createSocket(String host, int port) throws IOException { in createSocket() method in Network.NetworkBoundSocketFactory 253 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 | 289 public Socket createSocket() in createSocket() method in SSLSocketFactory 398 public Socket createSocket( in createSocket() method in SSLSocketFactory
|
/frameworks/base/tests/net/java/android/net/netlink/ |
D | InetDiagSocketTest.java | 87 public FileDescriptor createSocket() throws Exception { in createSocket() method in InetDiagSocketTest.Connection
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |