| Package | Description |
|---|---|
| org.apache.olingo.odata2.core |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
Dispatcher.dispatch(ODataHttpMethod method,
UriInfoImpl uriInfo,
InputStream content,
String requestContentType,
String contentType) |
ContentType |
ContentNegotiator.doContentNegotiation(ODataRequest odataRequest,
UriInfoImpl uriInfo,
List<String> supportedContentTypes)
Do the content negotiation for
accept header value based on
requested content type (in HTTP accept header from ODataRequest)
in combination with uri information from UriInfo and from given supported
content types (via
supportedContentTypes). |
protected static Class<? extends ODataProcessor> |
Dispatcher.mapUriTypeToProcessorFeature(UriInfoImpl uriInfo) |
Copyright © 2020. All rights reserved.