Home
last modified time | relevance | path

Searched defs:client (Results 1 – 18 of 18) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java98 Socket client = socket.accept(); in run() local
129 ClientThread client = new ClientThread(); in connectTestImpl() local
262 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in test_close() local
346 Socket client = new Socket(); in test_connectLjava_net_SocketAddress() local
447 Socket client = new Socket(); in test_connectLjava_net_SocketAddressI() local
535 Socket client = new Socket(InetAddress.getLocalHost().getHostName(), in test_ConstructorLjava_lang_StringILjava_net_InetAddressI() local
571 Socket client = new Socket(InetAddress.getLocalHost().getHostAddress(), in test_ConstructorLjava_lang_StringIZ() local
588 Socket client = new Socket(InetAddress.getLocalHost(), server in test_ConstructorLjava_net_InetAddressI() local
619 try (Socket client = new Socket(InetAddress.getLocalHost(), serverPort, true)) { in test_ConstructorLjava_net_InetAddressIZ()
623 try (Socket client = new Socket(InetAddress.getLocalHost(), serverPort, false)) { in test_ConstructorLjava_net_InetAddressIZ()
[all …]
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSocketPair.java34 public final SSLSocket client; field in TestSSLSocketPair
38 SSLSocket client) { in TestSSLSocketPair()
74 final SSLSocket client = (SSLSocket) in connect() local
DTestSSLSessions.java43 public final SSLSession client; field in TestSSLSessions
53 SSLSession client, in TestSSLSessions()
DTestSSLEnginePair.java36 public final SSLEngine client; field in TestSSLEnginePair
40 SSLEngine client) { in TestSSLEnginePair()
95 SSLEngine client = c.clientContext.createSSLEngine(c.host.getHostName(), c.port); in connect() local
139 void beforeBeginHandshake(SSLEngine client, SSLEngine server) {} in beforeBeginHandshake()
DTestSSLContext.java252 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) { in create()
261 TestKeyStore client, TestKeyStore server, in createWithAdditionalKeyManagers()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DServerSocketChannelTest.java146 SocketChannel client = channel.accept(); in call() local
158 SocketChannel client; in clearAcceptQueue() local
DMembershipKeyTest.java39 private DatagramChannel client; field in MembershipKeyTest
/libcore/luni/src/test/java/libcore/java/net/
DConcurrentCloseTest.java210 private Socket client; field in ConcurrentCloseTest.SilentServer
DSocketTest.java461 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in testSocketWithProxySet() local
DOldSocketTest.java214 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in test_getInputStream() local
/libcore/luni/src/test/java/libcore/libcore/io/
DFdsanTest.java118 Socket client = new Socket(serverSocket.getInetAddress(), serverSocket.getLocalPort()); in testSocket() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java2194 Socket client = new Socket(InetAddress.getLocalHost(), server.socket() in testReadByteBuffer_Direct2() local
2913 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer2() local
2945 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer_buffers() local
2985 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer_writes() local
3028 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer_invalid() local
DServerSocketChannelTest.java685 SocketChannel client = sc.accept(); in test_accept_SOTIMEOUT() local
DDatagramChannelTest.java2390 DatagramChannel client = DatagramChannel.open(); in test_bounded_harmony6493() local
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpClient.java122 FtpClient client = create(); in create() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java242 TestClient client; field in SSLSessionTest
DHandshakeCompletedEventTest.java345 TestClient client = new TestClient(true, clientKeys); in testClientAuth() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java72 private SocketChannel client; field in ScannerTest