Uses of Enum
org.apache.olingo.commons.api.http.HttpMethod
Packages that use HttpMethod
Package
Description
Contains all the HTTP related objects which are used for handling of OData responses and OData requests.
Olingo Server API
-
Uses of HttpMethod in org.apache.olingo.client.api.communication.request
Methods in org.apache.olingo.client.api.communication.request that return HttpMethod -
Uses of HttpMethod in org.apache.olingo.client.api.communication.request.cud
Methods in org.apache.olingo.client.api.communication.request.cud that return HttpMethod -
Uses of HttpMethod in org.apache.olingo.client.api.communication.request.invoke
Methods in org.apache.olingo.client.api.communication.request.invoke with parameters of type HttpMethodModifier and TypeMethodDescription<T extends ClientInvokeResult>
ODataInvokeRequest<T>InvokeRequestFactory.getInvokeRequest
(HttpMethod method, URI uri, Class<T> resultRef, Map<String, ClientValue> parameters) Gets an invoke request instance for the operation bound to given URI. -
Uses of HttpMethod in org.apache.olingo.client.api.http
Methods in org.apache.olingo.client.api.http with parameters of type HttpMethodModifier and TypeMethodDescriptionorg.apache.http.client.HttpClient
HttpClientFactory.create
(HttpMethod method, URI uri) org.apache.http.client.methods.HttpUriRequest
HttpUriRequestFactory.create
(HttpMethod method, URI uri) -
Uses of HttpMethod in org.apache.olingo.commons.api.http
Methods in org.apache.olingo.commons.api.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return HttpMethodMethods in org.apache.olingo.server.api with parameters of type HttpMethodModifier and TypeMethodDescriptionvoid
ODataRequest.setMethod
(HttpMethod method) Sets the HTTP method.