public static interface AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper
AsyncHTTPConduit
instance once the response is received.| Modifier and Type | Method and Description |
|---|---|
default void |
responseReceived(org.apache.http.HttpResponse response,
Consumer<org.apache.http.HttpResponse> delegate)
The callback which is called by the
AsyncHTTPConduit instance once
the response is received. |
default void responseReceived(org.apache.http.HttpResponse response,
Consumer<org.apache.http.HttpResponse> delegate)
AsyncHTTPConduit instance once
the response is received. The delegating response handler is passed as the
an argument and has to be called.response - the response receiveddelegate - delegating response handlerApache CXF