Searched refs:getReuseAddress (Results 1 – 6 of 6) sorted by relevance
434 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in AbstractConscryptSocket436 return socket.getReuseAddress(); in getReuseAddress()438 return super.getReuseAddress(); in getReuseAddress()
252 @Override public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in DelegatingSSLSocket253 return delegate.getReuseAddress(); in getReuseAddress()
173 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in PreKitKatPlatformOpenSSLSocketImplAdapter174 return delegate.getReuseAddress(); in getReuseAddress()
173 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in KitKatPlatformOpenSSLSocketImplAdapter174 return delegate.getReuseAddress(); in getReuseAddress()
147 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in MockServerSocket
232 public boolean getReuseAddress() throws SocketException { in getReuseAddress() method in MockSocketConnection.MockSocket