| Package | Description |
|---|---|
| org.apache.olingo.client.api.communication.request | |
| org.apache.olingo.client.api.communication.request.cud | |
| org.apache.olingo.client.api.communication.request.invoke | |
| org.apache.olingo.client.api.http | |
| org.apache.olingo.client.core.communication.request | |
| org.apache.olingo.client.core.communication.request.cud | |
| org.apache.olingo.client.core.communication.request.invoke | |
| org.apache.olingo.client.core.communication.request.streamed | |
| org.apache.olingo.client.core.http | |
| org.apache.olingo.commons.api.http |
Contains all the HTTP related objects which are used for handling of OData responses and OData requests.
|
| org.apache.olingo.server.api |
Olingo Server API
|
| org.apache.olingo.server.core.deserializer.batch | |
| org.apache.olingo.server.core.uri.validator |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ODataRequest.getMethod()
Returns HTTP request method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
UpdateType.getMethod()
Gets HTTP request method.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ClientInvokeResult> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpUriRequest |
HttpUriRequestFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient |
HttpClientFactory.create(HttpMethod method,
URI uri) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpMethod |
AbstractODataRequest.method
OData request method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
AbstractODataRequest.getMethod() |
| Constructor and Description |
|---|
AbstractODataBasicRequest(ODataClient odataClient,
HttpMethod method,
URI uri)
Constructor.
|
AbstractODataRequest(ODataClient odataClient,
HttpMethod method,
URI uri)
Constructor.
|
| Constructor and Description |
|---|
ODataEntityUpdateRequestImpl(ODataClient odataClient,
HttpMethod method,
URI uri,
E changes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<RES extends ClientInvokeResult> |
InvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,ClientValue> parameters) |
<RES extends ClientInvokeResult> |
EdmEnabledInvokeRequestFactoryImpl.getInvokeRequest(HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,ClientValue> parameters) |
| Constructor and Description |
|---|
AbstractODataInvokeRequest(ODataClient odataClient,
Class<T> reference,
HttpMethod method,
URI uri)
Constructor.
|
ODataInvokeRequestImpl(ODataClient odataClient,
Class<T> reference,
HttpMethod method,
URI uri) |
| Constructor and Description |
|---|
AbstractODataStreamedEntityRequest(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.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.HttpClient |
ProxyWrappingHttpClientFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient |
NTLMAuthHttpClientFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.methods.HttpUriRequest |
DefaultHttpUriRequestFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient |
BasicAuthHttpClientFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient |
AbstractOAuth2HttpClientFactory.create(HttpMethod method,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ODataRequest.getMethod()
Gets the HTTP method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ODataRequest.setMethod(HttpMethod method)
Sets the HTTP method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequestStatusLine.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
UriValidator.validate(UriInfo uriInfo,
HttpMethod httpMethod) |
Copyright © 2023. All rights reserved.