Uses of Class
co.arago.hiro.client.util.httpclient.HttpResponseParser
-
Packages that use HttpResponseParser Package Description co.arago.hiro.client.connection co.arago.hiro.client.rest -
-
Uses of HttpResponseParser in co.arago.hiro.client.connection
Methods in co.arago.hiro.client.connection that return HttpResponseParser Modifier and Type Method Description HttpResponseParserAbstractAPIHandler. executeBinary(java.net.URI uri, java.lang.String method, StreamContainer bodyContainer, java.util.Map<java.lang.String,java.lang.String> headers, java.lang.Long httpRequestTimeout, java.lang.Integer maxRetries)Method to communicate via InputStreams.HttpResponseParserAbstractAPIHandler. getBinary(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> headers, java.lang.Long httpRequestTimeout, java.lang.Integer maxRetries)Basic GET method which returns an InputStream from the body of the httpResponse.Methods in co.arago.hiro.client.connection that return types with arguments of type HttpResponseParser Modifier and Type Method Description java.util.concurrent.CompletableFuture<HttpResponseParser>AbstractAPIHandler. executeAsyncWithStreamBody(java.net.URI uri, java.lang.String method, StreamContainer bodyContainer, java.util.Map<java.lang.String,java.lang.String> headers, java.lang.Long httpRequestTimeout)Method to communicate asynchronously via InputStreams.java.util.concurrent.CompletableFuture<HttpResponseParser>AbstractAPIHandler. executeAsyncWithStringBody(java.net.URI uri, java.lang.String method, java.lang.String body, java.util.Map<java.lang.String,java.lang.String> headers, java.lang.Long httpRequestTimeout)Method to communicate asynchronously via String body.java.util.concurrent.CompletableFuture<HttpResponseParser>AbstractAPIHandler. sendAsync(java.net.http.HttpRequest httpRequest)Send a HttpRequest asynchronously and return a future for aHttpResponseParser. -
Uses of HttpResponseParser in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return HttpResponseParser Modifier and Type Method Description HttpResponseParserAppAPI.GetContentCommand. execute()HttpResponseParserAuthAPI.GetMeAvatarCommand. execute()HttpResponseParserGraphAPI.GetBlobCommand. execute()
-