| Package | Description | 
|---|---|
| org.apache.olingo.netty.server.api | Netty handler for Olingo Server API
 
 The netty package is used to condense all Netty related parts used in Olingo. | 
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api | Olingo Server API
 The OData Library is a protocol implementation of the OData V4.0 standard. | 
| org.apache.olingo.server.api.processor | Olingo Processors
 Processors are used to handle OData requests and send back the OData reponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ODataNettyHandler. register(Processor processor)Registers additional custom processor implementations for handling OData requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ODataNettyHandlerImpl. register(Processor processor) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ODataHandler. register(Processor processor)Registers additional custom processor implementations for handling OData requests. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ActionComplexCollectionProcessorProcessor interface for handling an action request with a return type of ComplexCollection. | 
| interface  | ActionComplexProcessorProcessor interface for handling an action request with a return type of Complex. | 
| interface  | ActionEntityCollectionProcessorProcessor interface for handling an action request with a return type of Entity Collection. | 
| interface  | ActionEntityProcessorProcessor interface for handling an action request with a return type of Entity. | 
| interface  | ActionPrimitiveCollectionProcessorProcessor interface for handling an action request with a return type of Primitive Collection. | 
| interface  | ActionPrimitiveProcessorProcessor interface for handling an action request with a return type of Primitive. | 
| interface  | ActionVoidProcessorProcessor interface for handling an action request with no return type. | 
| interface  | BatchProcessorProcessor interface for handling a single instance of an Entity Type. | 
| interface  | ComplexCollectionProcessorProcessor interface for handling a collection of complex-type instances, e.g.,
 a property of an entity defined as collection of complex-type instances. | 
| interface  | ComplexProcessorProcessor interface for handling an instance of a complex type, e.g., a complex property of an entity. | 
| interface  | CountComplexCollectionProcessorProcessor interface for handling counting a collection of complex properties, e.g. an EdmComplexType. | 
| interface  | CountEntityCollectionProcessorProcessor interface for handling counting a collection of entities, e.g. an Entity Set. | 
| interface  | CountPrimitiveCollectionProcessorProcessor interface for handling counting a collection of primitive properties, e.g. an collection of EdmString. | 
| interface  | DeltaProcessorProcessor interface for handling a single instance of an Delta Response. | 
| interface  | EntityCollectionProcessorProcessor interface for handling a collection of entities, e.g., an Entity Set. | 
| interface  | EntityProcessorProcessor interface for handling a single instance of an Entity Type. | 
| interface  | ErrorProcessorProcessor which is called if any error/exception occurs inside the library or another processor. | 
| interface  | MediaEntityProcessorProcessor interface for handling Entity Media. | 
| interface  | MetadataProcessorProcessor interface for handling the metadata document. | 
| interface  | PrimitiveCollectionProcessorProcessor interface for handling a collection of primitive-type instances, e.g.,
 a property of an entity defined as collection of primitive-type instances. | 
| interface  | PrimitiveProcessorProcessor interface for handling an instance of a primitive type, e.g., a primitive property of an entity. | 
| interface  | PrimitiveValueProcessorProcessor interface for handling an instance of a primitive type, e.g., a primitive property of an entity. | 
| interface  | ReferenceCollectionProcessorProcessor interface for handling a collection an Entity References. | 
| interface  | ReferenceProcessorProcessor interface for handling a single instance of an Entity Reference. | 
| interface  | ServiceDocumentProcessorProcessor interface for handling the service document. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultProcessorProcessor implementation for handling default cases:
 request for the metadata document
 request for the service document
 error handling
 This implementation is registered in the ODataHandler by default. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.