Searched defs:getSoLinger (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DSocket.java428 public int getSoLinger() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2925 @Override public int getSoLinger() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
2926 return delegate.getSoLinger();

Completed in 195 milliseconds