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.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
|
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 | 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.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.