Uses of Enum Class
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.HttpClientHttpClientFactory.create(HttpMethod method, URI uri) org.apache.http.client.methods.HttpUriRequestHttpUriRequestFactory.create(HttpMethod method, URI uri) -
Uses of HttpMethod in org.apache.olingo.client.core.communication.request
Fields in org.apache.olingo.client.core.communication.request declared as HttpMethodModifier and TypeFieldDescriptionprotected final HttpMethodAbstractODataRequest.methodOData request method.Methods in org.apache.olingo.client.core.communication.request that return HttpMethodConstructors in org.apache.olingo.client.core.communication.request with parameters of type HttpMethodModifierConstructorDescriptionAbstractODataBasicRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.protectedAbstractODataRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor. -
Uses of HttpMethod in org.apache.olingo.client.core.communication.request.cud
Constructors in org.apache.olingo.client.core.communication.request.cud with parameters of type HttpMethodModifierConstructorDescriptionODataEntityUpdateRequestImpl(ODataClient odataClient, HttpMethod method, URI uri, E changes) Constructor. -
Uses of HttpMethod in org.apache.olingo.client.core.communication.request.invoke
Methods in org.apache.olingo.client.core.communication.request.invoke with parameters of type HttpMethodModifier and TypeMethodDescription<RES extends ClientInvokeResult>
ODataInvokeRequest<RES>EdmEnabledInvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method, URI uri, Class<RES> resultRef, Map<String, ClientValue> parameters) <RES extends ClientInvokeResult>
ODataInvokeRequest<RES>InvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method, URI uri, Class<RES> resultRef, Map<String, ClientValue> parameters) Constructors in org.apache.olingo.client.core.communication.request.invoke with parameters of type HttpMethodModifierConstructorDescriptionAbstractODataInvokeRequest(ODataClient odataClient, Class<T> reference, HttpMethod method, URI uri) Constructor.ODataInvokeRequestImpl(ODataClient odataClient, Class<T> reference, HttpMethod method, URI uri) -
Uses of HttpMethod in org.apache.olingo.client.core.communication.request.streamed
Constructors in org.apache.olingo.client.core.communication.request.streamed with parameters of type HttpMethodModifierConstructorDescriptionAbstractODataStreamedEntityRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.AbstractODataStreamedRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.ODataMediaEntityUpdateRequestImpl(ODataClient odataClient, HttpMethod method, URI editURI, InputStream media) Constructor.ODataStreamUpdateRequestImpl(ODataClient odataClient, HttpMethod method, URI targetURI, InputStream stream) Constructor. -
Uses of HttpMethod in org.apache.olingo.client.core.http
Methods in org.apache.olingo.client.core.http with parameters of type HttpMethodModifier and TypeMethodDescriptionorg.apache.http.client.HttpClientAbstractOAuth2HttpClientFactory.create(HttpMethod method, URI uri) org.apache.http.client.HttpClientBasicAuthHttpClientFactory.create(HttpMethod method, URI uri) org.apache.http.client.HttpClientDefaultHttpClientFactory.create(HttpMethod method, URI uri) org.apache.http.client.methods.HttpUriRequestDefaultHttpUriRequestFactory.create(HttpMethod method, URI uri) org.apache.http.client.HttpClientNTLMAuthHttpClientFactory.create(HttpMethod method, URI uri) org.apache.http.client.HttpClientProxyWrappingHttpClientFactory.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 HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoidODataRequest.setMethod(HttpMethod method) Sets the HTTP method. -
Uses of HttpMethod in org.apache.olingo.server.core.deserializer.batch
Methods in org.apache.olingo.server.core.deserializer.batch that return HttpMethod -
Uses of HttpMethod in org.apache.olingo.server.core.uri.validator
Methods in org.apache.olingo.server.core.uri.validator with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidUriValidator.validate(UriInfo uriInfo, HttpMethod httpMethod)