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

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java147 public void setKeepAlive(boolean value) { method in class:Support_TestWebServer
/libcore/luni/src/main/java/java/net/
H A DSocket.java474 public void setKeepAlive(boolean keepAlive) throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2945 @Override public void setKeepAlive(boolean keepAlive) throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
2946 delegate.setKeepAlive(keepAlive);

Completed in 57 milliseconds