Searched refs:getReuseAddress (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java130 public boolean getReuseAddress() throws SocketException { method in class:OpenSSLSocketImplWrapper
131 return socket.getReuseAddress();
H A DSSLSocketWrapper.java150 public boolean getReuseAddress() throws SocketException { method in class:SSLSocketWrapper
151 return socket.getReuseAddress();
/libcore/luni/src/main/java/java/net/
H A DServerSocket.java386 public boolean getReuseAddress() throws SocketException { method in class:ServerSocket
H A DDatagramSocket.java577 public boolean getReuseAddress() throws SocketException { method in class:DatagramSocket
H A DSocket.java885 public boolean getReuseAddress() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DOldServerSocketTest.java280 newSocket.getReuseAddress();
H A DOldDatagramSocketTest.java1838 assertTrue("getReuseAddress false when it should be true",
1839 theSocket.getReuseAddress());
1841 assertFalse("getReuseAddress true when it should be false",
1842 theSocket.getReuseAddress());
1845 theSocket.getReuseAddress();
H A DOldSocketTest.java1557 assertTrue("getReuseAddress false when it should be true",
1558 theSocket.getReuseAddress());
1560 assertFalse("getReuseAddress true when it should be False",
1561 theSocket.getReuseAddress());
1571 newSocket.getReuseAddress();

Completed in 81 milliseconds