Uses of Class
aQute.bnd.http.HttpRequest
Packages that use HttpRequest
-
Uses of HttpRequest in aQute.bnd.http
Fields in aQute.bnd.http declared as HttpRequestMethods in aQute.bnd.http that return HttpRequestModifier and TypeMethodDescriptionHttpRequest.asString()HttpRequest.asTag()HttpClient.build()HttpRequest.delete()Set the verb/method to deleteHttpRequest.get()Set the verb/method to get<X> HttpRequest<X> HttpRequest.get(TypeReference<X> type) Convert the result to a specific type<X> HttpRequest<X> Convert the result to a specific typeConvert the result to a specific typeHttpRequest.head()Set the verb/method to headAdd header to requestAdd headers to requestHttpRequest.idemPotent(boolean isIdemPotent) Idempotent MethodsHttpRequest.ifModifiedSince(long epochTime) HttpRequest.ifNoneMatch(String etag) HttpRequest.ifUnmodifiedSince(long ifNotModifiedSince) HttpRequest.maxRedirects(int n) HttpRequest.option()Set the verb/method to optionHttpRequest.post()Set the verb/method to postHttpRequest.put()Set the verb/method to putHttpRequest.retries(int retries) Set the number of retries.HttpRequest.retryDelay(int retryDelay) HttpRequest.timeout(long timeoutInMs) Set timeout in msHttpRequest.trace()Set the verb/method to optionHttpRequest.updateTag()Set the object to upload.HttpRequest.useCache()HttpRequest.useCache(long maxStale) Set the HTTP verb.Methods in aQute.bnd.http with parameters of type HttpRequestModifier and TypeMethodDescription<T> THttpClient.send(HttpRequest<T> request) HttpClient.send0(HttpRequest<?> request) (package private) <T> org.osgi.util.promise.Promise<T> HttpClient.sendAsync(HttpRequest<T> request) private <T> org.osgi.util.promise.Promise<T> HttpClient.sendAsync(HttpRequest<T> request, int retries, long delay) Constructors in aQute.bnd.http with parameters of type HttpRequest