Package io.vrap.rmf.base.client.http
Class HttpHandler
java.lang.Object
io.vrap.rmf.base.client.AutoCloseableService
io.vrap.rmf.base.client.http.HttpHandler
- All Implemented Interfaces:
VrapHttpClient,AutoCloseable
Handler to execute the given request using a HTTP client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpHandlercreate(VrapHttpClient httpClient) CompletableFuture<ApiHttpResponse<byte[]>>execute(ApiHttpRequest apiHttpRequest) inttoString()Methods inherited from class io.vrap.rmf.base.client.AutoCloseableService
close, closeQuietly, equals, hashCode
-
Constructor Details
-
HttpHandler
-
-
Method Details
-
create
-
execute
- Specified by:
executein interfaceVrapHttpClient
-
toString
-
reflectionHashCode
public int reflectionHashCode()
-