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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DServerSocketAdaptor.java168 public boolean getReuseAddress() throws SocketException { method in class:ServerSocketAdaptor
H A DDatagramSocketAdaptor.java327 public boolean getReuseAddress() throws SocketException { method in class:DatagramSocketAdaptor
H A DSocketAdaptor.java404 public boolean getReuseAddress() throws SocketException { method in class:SocketAdaptor
/libcore/ojluni/src/main/java/java/net/
H A DServerSocket.java696 * Applications can use {@link #getReuseAddress()} to determine the initial
708 * @see #getReuseAddress()
729 public boolean getReuseAddress() throws SocketException { method in class:ServerSocket
H A DDatagramSocket.java1095 * {@link #getReuseAddress()} will always return {@code false}.
1109 * @see #getReuseAddress()
1133 public synchronized boolean getReuseAddress() throws SocketException { method in class:DatagramSocket
H A DSocket.java1485 * @see #getReuseAddress()
1506 public boolean getReuseAddress() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3337 @Override public boolean getReuseAddress() throws SocketException { return delegate.getReuseAddress(); } method in class:URLConnectionTest.DelegatingSocket
3586 @Override public boolean getReuseAddress() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3587 return delegate.getReuseAddress();

Completed in 122 milliseconds