Package emissary.client
Class EmissaryResponse.EmissaryResponseHandler
- java.lang.Object
-
- emissary.client.EmissaryResponse.EmissaryResponseHandler
-
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<EmissaryResponse>
- Enclosing class:
- EmissaryResponse
public static class EmissaryResponse.EmissaryResponseHandler extends Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<EmissaryResponse>
-
-
Constructor Summary
Constructors Constructor Description EmissaryResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmissaryResponse
handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
-
-
-
Method Detail
-
handleResponse
public EmissaryResponse handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws IOException
- Specified by:
handleResponse
in interfaceorg.apache.hc.core5.http.io.HttpClientResponseHandler<EmissaryResponse>
- Throws:
IOException
-
-