Searched defs:getKeepAlive (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java388 public boolean getKeepAlive() throws SocketException { method in class:SocketAdaptor
/libcore/ojluni/src/main/java/java/net/
H A DSocket.java1339 * @see #getKeepAlive()
1357 public boolean getKeepAlive() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3320 @Override public boolean getKeepAlive() throws SocketException { return delegate.getKeepAlive(); } method in class:URLConnectionTest.DelegatingSocket
3466 @Override public boolean getKeepAlive() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3467 return delegate.getKeepAlive();

Completed in 311 milliseconds