Home
last modified time | relevance | path

Searched refs:clientAddress (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLSocketTest.java117 InetAddress clientAddress, int clientPort) throws IOException { in MySSLSocket() argument
118 super(address, port, clientAddress, clientPort); in MySSLSocket()
125 public MySSLSocket(String host, int port, InetAddress clientAddress, in MySSLSocket() argument
127 super(host, port, clientAddress, clientPort); in MySSLSocket()