Uses of Class
org.openstack4j.core.transport.HttpRequest
-
-
Uses of HttpRequest in org.openstack4j.api.exceptions
Methods in org.openstack4j.api.exceptions with parameters of type HttpRequest Modifier and Type Method Description voidResponseException. setRequestInfo(HttpRequest<?> request) -
Uses of HttpRequest in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport that return HttpRequest Modifier and Type Method Description HttpRequest<R>HttpRequest.RequestBuilder. build()Builds the HttpRequestMethods in org.openstack4j.core.transport with parameters of type HttpRequest Modifier and Type Method Description <R> HttpResponseHttpExecutorService. execute(HttpRequest<R> request)Executes the given request and returns theHttpResponseresult from the serverConstructors in org.openstack4j.core.transport with parameters of type HttpRequest Constructor Description RequestBuilder(HttpRequest<R> request) -
Uses of HttpRequest in org.openstack4j.core.transport.functions
Methods in org.openstack4j.core.transport.functions with parameters of type HttpRequest Modifier and Type Method Description StringEndpointURIFromRequestFunction. apply(HttpRequest<?> request) -
Uses of HttpRequest in org.openstack4j.core.transport.internal
Methods in org.openstack4j.core.transport.internal with parameters of type HttpRequest Modifier and Type Method Description <R> HttpResponseHttpExecutor. execute(HttpRequest<R> request)Delegate toHttpExecutorService.execute(HttpRequest) -
Uses of HttpRequest in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return HttpRequest Modifier and Type Method Description HttpRequest<R>BaseOpenStackService.Invocation. getRequest() -
Uses of HttpRequest in org.openstack4j.openstack.storage.object.domain
Methods in org.openstack4j.openstack.storage.object.domain that return HttpRequest Modifier and Type Method Description HttpRequest<R>MetaHeaderRequestWrapper. getRequest()Methods in org.openstack4j.openstack.storage.object.domain with parameters of type HttpRequest Modifier and Type Method Description static <R> MetaHeaderRequestWrapper<R>MetaHeaderRequestWrapper. of(String prefix, Map<String,String> metadata, HttpRequest<R> request)
-