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
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpHandler
create
(VrapHttpClient httpClient) CompletableFuture<ApiHttpResponse<byte[]>>
execute
(ApiHttpRequest apiHttpRequest) int
toString()
Methods inherited from class io.vrap.rmf.base.client.AutoCloseableService
close, closeQuietly, equals, hashCode
-
Constructor Details
-
HttpHandler
-
-
Method Details
-
create
-
execute
- Specified by:
execute
in interfaceVrapHttpClient
-
toString
-
reflectionHashCode
public int reflectionHashCode()
-