Searched defs:getReuseAddress (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DServerSocket.java405 public boolean getReuseAddress() throws SocketException { method in class:ServerSocket
H A DDatagramSocket.java626 public boolean getReuseAddress() throws SocketException { method in class:DatagramSocket
H A DSocket.java938 public boolean getReuseAddress() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3017 @Override public boolean getReuseAddress() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3018 return delegate.getReuseAddress();

Completed in 117 milliseconds