/external/smack/src/org/jivesoftware/smack/proxy/ |
D | DirectSocketFactory.java | 43 public Socket createSocket(String host, int port) in createSocket() method in DirectSocketFactory 52 public Socket createSocket(String host ,int port, InetAddress localHost, in createSocket() method in DirectSocketFactory 59 public Socket createSocket(InetAddress host, int port) in createSocket() method in DirectSocketFactory 67 public Socket createSocket( InetAddress address, int port, in createSocket() method in DirectSocketFactory
|
D | Socks4ProxySocketFactory.java | 43 public Socket createSocket(String host, int port) in createSocket() method in Socks4ProxySocketFactory 50 public Socket createSocket(String host ,int port, InetAddress localHost, in createSocket() method in Socks4ProxySocketFactory 57 public Socket createSocket(InetAddress host, int port) in createSocket() method in Socks4ProxySocketFactory 63 public Socket createSocket( InetAddress address, int port, in createSocket() method in Socks4ProxySocketFactory
|
D | HTTPProxySocketFactory.java | 50 public Socket createSocket(String host, int port) in createSocket() method in HTTPProxySocketFactory 56 public Socket createSocket(String host ,int port, InetAddress localHost, in createSocket() method in HTTPProxySocketFactory 63 public Socket createSocket(InetAddress host, int port) in createSocket() method in HTTPProxySocketFactory 70 public Socket createSocket( InetAddress address, int port, in createSocket() method in HTTPProxySocketFactory
|
D | Socks5ProxySocketFactory.java | 43 public Socket createSocket(String host, int port) in createSocket() method in Socks5ProxySocketFactory 49 public Socket createSocket(String host ,int port, InetAddress localHost, in createSocket() method in Socks5ProxySocketFactory 58 public Socket createSocket(InetAddress host, int port) in createSocket() method in Socks5ProxySocketFactory 66 public Socket createSocket( InetAddress address, int port, in createSocket() method in Socks5ProxySocketFactory
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ |
D | SocketFactoryTest.java | 85 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() method in MySocketFactory 90 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() method in MySocketFactory 96 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() method in MySocketFactory 101 … public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) in createSocket() method in MySocketFactory
|
/external/nist-sip/java/gov/nist/core/net/ |
D | NetworkLayer.java | 80 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
|
D | DefaultNetworkLayer.java | 74 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
|
D | SslNetworkLayer.java | 93 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/apache-http/src/org/apache/http/conn/scheme/ |
D | LayeredSocketFactory.java | 65 Socket createSocket( in createSocket() method
|
D | SocketFactory.java | 65 Socket createSocket() in createSocket() method
|
D | PlainSocketFactory.java | 79 public Socket createSocket() { in createSocket() method in PlainSocketFactory
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
D | SSLSocketFactory.java | 275 public Socket createSocket() in createSocket() method in SSLSocketFactory 376 public Socket createSocket( in createSocket() method in SSLSocketFactory
|
/external/apache-http/src/org/apache/http/conn/ |
D | MultihomePlainSocketFactory.java | 81 public Socket createSocket() { in createSocket() method in MultihomePlainSocketFactory
|