Searched refs:whenReceivingResponse (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DSSLConnection.java188 CompletableFuture<Void> whenReceivingResponse() { method in class:SSLConnection
189 return delegate.whenReceivingResponse();
H A DSSLTunnelConnection.java179 CompletableFuture<Void> whenReceivingResponse() { method in class:SSLTunnelConnection
180 return delegate.whenReceivingResponse();
H A DPlainTunnelingConnection.java150 CompletableFuture<Void> whenReceivingResponse() { method in class:PlainTunnelingConnection
151 return delegate.whenReceivingResponse();
H A DAsyncSSLConnection.java193 CompletableFuture<Void> whenReceivingResponse() { method in class:AsyncSSLConnection
H A DHttp1Exchange.java227 connection.whenReceivingResponse()
H A DHttpConnection.java111 abstract CompletableFuture<Void> whenReceivingResponse(); method in class:HttpConnection
H A DPlainHttpConnection.java463 CompletableFuture<Void> whenReceivingResponse() { method in class:PlainHttpConnection
/openjdk9/jdk/test/java/net/httpclient/whitebox/jdk.incubator.httpclient/jdk/incubator/http/
H A DResponseHeadersTest.java170 CompletableFuture<Void> whenReceivingResponse() { method in class:ResponseHeadersTest.HttpConnectionStub

Completed in 102 milliseconds