Uses of Interface
org.openstack4j.core.transport.HttpResponse
-
-
Uses of HttpResponse in org.openstack4j.api.exceptions
Methods in org.openstack4j.api.exceptions with parameters of type HttpResponse Modifier and Type Method Description static ResponseExceptionResponseException. mapException(HttpResponse response)static ResponseExceptionResponseException. mapException(HttpResponse response, String message) -
Uses of HttpResponse in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow that return HttpResponse Modifier and Type Method Description HttpResponseEventTriggerService. delete(String id)Delete event trigger by its ID. -
Uses of HttpResponse in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport that return HttpResponse Modifier and Type Method Description <R> HttpResponseHttpExecutorService. execute(HttpRequest<R> request)Executes the given request and returns theHttpResponseresult from the serverHttpResponseHandle. getResponse()Methods in org.openstack4j.core.transport that return types with arguments of type HttpResponse Modifier and Type Method Description Function<HttpResponse,R>ExecutionOptions. getParser()Methods in org.openstack4j.core.transport with parameters of type HttpResponse Modifier and Type Method Description static voidHttpEntityHandler. closeQuietly(HttpResponse response)Closes an HttpResponse ignoring a possible IOExceptionstatic <T> THttpEntityHandler. handle(HttpResponse response, Class<T> returnType, ExecutionOptions<T> options)static <T> THttpEntityHandler. handle(HttpResponse response, Class<T> returnType, ExecutionOptions<T> options, boolean requiresVoidBodyHandling)voidExecutionOptions. propagate(HttpResponse response)If a PropagateResponse is associated with these options then it will be invoked otherwise a no-opvoidPropagateResponse. propagate(HttpResponse response)Called to allow for optional exception propagation depending on the HttpResponse statestatic intHttpEntityHandler. statusAndClose(HttpResponse response)Returns the status code and closes the responseMethod parameters in org.openstack4j.core.transport with type arguments of type HttpResponse Modifier and Type Method Description static <R> ExecutionOptions<R>ExecutionOptions. create(Function<HttpResponse,R> parser)static <R> ExecutionOptions<R>ExecutionOptions. create(Function<HttpResponse,R> parser, PropagateResponse propagateResponse) -
Uses of HttpResponse in org.openstack4j.core.transport.functions
Methods in org.openstack4j.core.transport.functions with parameters of type HttpResponse Modifier and Type Method Description ActionResponseResponseToActionResponse. apply(HttpResponse response)ActionResponseResponseToActionResponse. apply(HttpResponse response, boolean returnNullIfNotMapped)Constructors in org.openstack4j.core.transport.functions with parameters of type HttpResponse Constructor Description ParseActionResponseFromJsonMap(HttpResponse response) -
Uses of HttpResponse in org.openstack4j.core.transport.internal
Methods in org.openstack4j.core.transport.internal that return HttpResponse Modifier and Type Method Description <R> HttpResponseHttpExecutor. execute(HttpRequest<R> request)Delegate toHttpExecutorService.execute(HttpRequest) -
Uses of HttpResponse in org.openstack4j.core.transport.propagation
Methods in org.openstack4j.core.transport.propagation with parameters of type HttpResponse Modifier and Type Method Description voidPropagateOnStatus. propagate(HttpResponse response) -
Uses of HttpResponse in org.openstack4j.model.common
Methods in org.openstack4j.model.common that return HttpResponse Modifier and Type Method Description HttpResponseDLPayload. getHttpResponse()The HttpResponse -
Uses of HttpResponse in org.openstack4j.openstack.common
Methods in org.openstack4j.openstack.common that return HttpResponse Modifier and Type Method Description HttpResponseDLPayloadEntity. getHttpResponse()Methods in org.openstack4j.openstack.common with parameters of type HttpResponse Modifier and Type Method Description static DLPayloadEntityDLPayloadEntity. create(HttpResponse response) -
Uses of HttpResponse in org.openstack4j.openstack.compute.functions
Methods in org.openstack4j.openstack.compute.functions with parameters of type HttpResponse Modifier and Type Method Description ActionResponseToActionResponseFunction. apply(HttpResponse response)ActionResponseToActionResponseFunction. apply(HttpResponse response, String action) -
Uses of HttpResponse in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return HttpResponse Modifier and Type Method Description protected HttpResponseBaseComputeServices. invokeActionWithResponse(String serverId, ServerAction action) -
Uses of HttpResponse in org.openstack4j.openstack.image.domain.functions
Methods in org.openstack4j.openstack.image.domain.functions with parameters of type HttpResponse Modifier and Type Method Description ImageImageFromHeadersFunction. apply(HttpResponse from) -
Uses of HttpResponse in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return HttpResponse Modifier and Type Method Description HttpResponseBaseOpenStackService.Invocation. executeWithResponse() -
Uses of HttpResponse in org.openstack4j.openstack.storage.object.functions
Methods in org.openstack4j.openstack.storage.object.functions with parameters of type HttpResponse Modifier and Type Method Description SwiftAccountParseAccountFunction. apply(HttpResponse res)SwiftObjectParseObjectFunction. apply(HttpResponse resp) -
Uses of HttpResponse in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type HttpResponse Modifier and Type Method Description protected booleanBaseObjectStorageService. isResponseSuccess(HttpResponse res, int status)protected booleanBaseObjectStorageService. isResponseSuccess(HttpResponse res, int status, boolean closeResponse)
-