| 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. | 
| Class and Description | 
|---|
| Processor Base interface for all processor types. | 
| Class and Description | 
|---|
| Processor Base interface for all processor types. | 
| Class and Description | 
|---|
| Processor Base interface for all processor types. | 
| Class and Description | 
|---|
| ComplexCollectionProcessor Processor interface for handling a collection of complex-type instances, e.g.,
 a property of an entity defined as collection of complex-type instances. | 
| EntityCollectionProcessor Processor interface for handling a collection of entities, e.g., an Entity Set. | 
| EntityProcessor Processor interface for handling a single instance of an Entity Type. | 
| ErrorProcessor Processor which is called if any error/exception occurs inside the library or another processor. | 
| MetadataProcessor Processor interface for handling the metadata document. | 
| PrimitiveCollectionProcessor Processor interface for handling a collection of primitive-type instances, e.g.,
 a property of an entity defined as collection of primitive-type instances. | 
| PrimitiveProcessor Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity. | 
| Processor Base interface for all processor types. | 
| ServiceDocumentProcessor Processor interface for handling the service document. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.