Class ApacheHttpClientDelegate.BodyAndStatusResponseHandler
- java.lang.Object
-
- io.fabric8.maven.docker.access.hc.ApacheHttpClientDelegate.BodyAndStatusResponseHandler
-
- All Implemented Interfaces:
org.apache.http.client.ResponseHandler<ApacheHttpClientDelegate.HttpBodyAndStatus>
- Enclosing class:
- ApacheHttpClientDelegate
public static class ApacheHttpClientDelegate.BodyAndStatusResponseHandler extends Object implements org.apache.http.client.ResponseHandler<ApacheHttpClientDelegate.HttpBodyAndStatus>
-
-
Constructor Summary
Constructors Constructor Description BodyAndStatusResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApacheHttpClientDelegate.HttpBodyAndStatushandleResponse(org.apache.http.HttpResponse response)
-
-
-
Method Detail
-
handleResponse
public ApacheHttpClientDelegate.HttpBodyAndStatus handleResponse(org.apache.http.HttpResponse response) throws IOException
- Specified by:
handleResponsein interfaceorg.apache.http.client.ResponseHandler<ApacheHttpClientDelegate.HttpBodyAndStatus>- Throws:
IOException
-
-