/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 | 268 public Socket createSocket() in createSocket() method in SSLSocketFactory 369 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
|