Home
last modified time | relevance | path

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

1234

/external/conscrypt/android/src/main/java/org/conscrypt/
DBaseOpenSSLSocketAdapterFactory.java44 public Socket createSocket() throws IOException { in createSocket() method in BaseOpenSSLSocketAdapterFactory
49 public Socket createSocket(String hostname, int port) in createSocket() method in BaseOpenSSLSocketAdapterFactory
55 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in BaseOpenSSLSocketAdapterFactory
61 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in BaseOpenSSLSocketAdapterFactory
66 public Socket createSocket(InetAddress address, in createSocket() method in BaseOpenSSLSocketAdapterFactory
76 public Socket createSocket(Socket s, String hostname, int port, boolean autoClose) in createSocket() method in BaseOpenSSLSocketAdapterFactory
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DSSLSocketFactoryWrapper.java70 public Socket createSocket() throws IOException { in createSocket() method in SSLSocketFactoryWrapper
76 public Socket createSocket(InetAddress inaddr, int i) in createSocket() method in SSLSocketFactoryWrapper
82 public Socket createSocket(InetAddress inaddr, int i, in createSocket() method in SSLSocketFactoryWrapper
88 public Socket createSocket(Socket socket, String s, int i, boolean flag) in createSocket() method in SSLSocketFactoryWrapper
94 public Socket createSocket(String s, int i) throws IOException { in createSocket() method in SSLSocketFactoryWrapper
99 public Socket createSocket(String s, int i, InetAddress inaddr, int j) in createSocket() method in SSLSocketFactoryWrapper
/external/conscrypt/testing/src/main/java/tests/net/
DDelegatingSSLSocketFactory.java49 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSSLSocketFactory
54 public Socket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() method in DelegatingSSLSocketFactory
60 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSSLSocketFactory
65 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSSLSocketFactory
71 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
76 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSSLSocketFactory
DDelegatingSocketFactory.java40 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSocketFactory
45 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSocketFactory
50 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in DelegatingSocketFactory
56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
61 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in DelegatingSocketFactory
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocketFactory.java38 @Override public SSLSocket createSocket() throws IOException { in createSocket() method in DelegatingSSLSocketFactory
43 @Override public SSLSocket createSocket(String host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
48 @Override public SSLSocket createSocket( in createSocket() method in DelegatingSSLSocketFactory
54 @Override public SSLSocket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSSLSocketFactory
59 @Override public SSLSocket createSocket( in createSocket() method in DelegatingSSLSocketFactory
73 @Override public SSLSocket createSocket( in createSocket() method in DelegatingSSLSocketFactory
DDelegatingSocketFactory.java37 public Socket createSocket() throws IOException { in createSocket() method in DelegatingSocketFactory
43 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in DelegatingSocketFactory
49 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() method in DelegatingSocketFactory
56 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DelegatingSocketFactory
62 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket() method in DelegatingSocketFactory
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLSocketFactoryImpl.java83 public Socket createSocket() throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
95 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() method in OpenSSLSocketFactoryImpl
106 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() method in OpenSSLSocketFactoryImpl
118 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() method in OpenSSLSocketFactoryImpl
129 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket() method in OpenSSLSocketFactoryImpl
141 public Socket createSocket(Socket socket, String hostname, int port, boolean autoClose) in createSocket() method in OpenSSLSocketFactoryImpl
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DHttpsURLConnectionTest.java139 public Socket createSocket(Socket s, String host, int port, boolean autoClose) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
144 public Socket createSocket( in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
150 public Socket createSocket(InetAddress host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
155 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
160 public Socket createSocket(String host, int port) { in createSocket() method in HttpsURLConnectionTest.FakeSSLSocketFactory
/external/nist-sip/java/gov/nist/core/net/
DNetworkLayer.java80 public Socket createSocket(InetAddress address, int port) throws IOException; in createSocket() method
91 …public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOExcep… in createSocket() method
109 public Socket createSocket(InetAddress address, int port, in createSocket() method
DDefaultNetworkLayer.java74 public Socket createSocket(InetAddress address, int port) in createSocket() method in DefaultNetworkLayer
117 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultNetworkLayer
141 public Socket createSocket(InetAddress address, int port, in createSocket() method in DefaultNetworkLayer
DSslNetworkLayer.java93 public Socket createSocket(InetAddress address, int port) in createSocket() method in SslNetworkLayer
127 public Socket createSocket(InetAddress address, int port, in createSocket() method in SslNetworkLayer
151 public Socket createSocket(InetAddress address, int port, in createSocket() method in SslNetworkLayer
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/socket/
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
DSocketFactory.java39 public Socket createSocket(InetAddress host, int port) throws IOException; in createSocket() method
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/
DDefaultSocketFactory.java40 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in DefaultSocketFactory

1234