Package org.wildfly.httpclient.common
Interface HttpTargetContext.HttpResultHandler
-
- Enclosing class:
- HttpTargetContext
public static interface HttpTargetContext.HttpResultHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleResult(InputStream result, io.undertow.client.ClientResponse response, Closeable doneCallback)
-
-
-
Method Detail
-
handleResult
void handleResult(InputStream result, io.undertow.client.ClientResponse response, Closeable doneCallback)
-
-