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

/openjdk7/jdk/test/java/net/Socket/setReuseAddress/
H A DBasic.java66 check(!s1.getReuseAddress());
70 check(s1.getReuseAddress());
74 check(!s1.getReuseAddress() );
98 check(s1.getReuseAddress());
102 check(!s1.getReuseAddress() );
125 check(!s1.getReuseAddress());
129 check(s1.getReuseAddress());
133 check(!s1.getReuseAddress() );
191 check(s1.getReuseAddress());
203 check(s1.getReuseAddress());
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java518 * @see java.net.Socket#getReuseAddress
520 public final boolean getReuseAddress() throws SocketException { method in class:BaseSSLSocketImpl
522 return super.getReuseAddress();
524 return self.getReuseAddress();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DNewSocketMethods.java57 * public boolean getReuseAddress() -- call on plain socket
208 System.out.println("Client getReuseAddress(): "
209 + socket.getReuseAddress());
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketAdaptor.java179 public boolean getReuseAddress() throws SocketException { method in class:ServerSocketAdaptor
H A DDatagramSocketAdaptor.java336 public boolean getReuseAddress() throws SocketException { method in class:DatagramSocketAdaptor
H A DSocketAdaptor.java416 public boolean getReuseAddress() throws SocketException { method in class:SocketAdaptor
/openjdk7/jdk/src/share/classes/java/net/
H A DServerSocket.java679 * use {@link #getReuseAddress()} to determine the initial
691 * @see #getReuseAddress()
711 public boolean getReuseAddress() throws SocketException { method in class:ServerSocket
H A DDatagramSocket.java1021 * {@link #getReuseAddress()} will always return <code>false</code>.
1035 * @see #getReuseAddress()
1059 public synchronized boolean getReuseAddress() throws SocketException { method in class:DatagramSocket
H A DSocket.java1384 * @see #getReuseAddress()
1404 public boolean getReuseAddress() throws SocketException { method in class:Socket
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java708 public boolean getReuseAddress() throws SocketException { method in class:BrokenConnectionTest.BreakableServerSocket
709 return ss.getReuseAddress();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java2303 public boolean getReuseAddress() throws SocketException { method in class:Activation.DelayedAcceptServerSocket
2304 return serverSocket.getReuseAddress();

Completed in 55 milliseconds