Home
last modified time | relevance | path

Searched defs:getReuseAddress (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java168 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in ServerSocketAdaptor
DDatagramSocketAdaptor.java327 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in DatagramSocketAdaptor
DSocketAdaptor.java406 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in SocketAdaptor
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java74 public boolean getReuseAddress() throws java.net.SocketException { throw new RuntimeException("Stub… in getReuseAddress() method in ServerSocket
DDatagramSocket.annotated.java88 public synchronized boolean getReuseAddress() throws java.net.SocketException { throw new RuntimeEx… in getReuseAddress() method in DatagramSocket
DSocket.annotated.java118 public boolean getReuseAddress() throws java.net.SocketException { throw new RuntimeException("Stub… in getReuseAddress() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java126 public boolean getReuseAddress() throws java.net.SocketException { in getReuseAddress() method in ServerSocket
DDatagramSocket.java163 public synchronized boolean getReuseAddress() throws java.net.SocketException { in getReuseAddress() method in DatagramSocket
DSocket.java245 public boolean getReuseAddress() throws java.net.SocketException { in getReuseAddress() method in Socket
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java729 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in ServerSocket
DDatagramSocket.java1133 public synchronized boolean getReuseAddress() throws SocketException { in getReuseAddress() method in DatagramSocket
DSocket.java1506 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in Socket