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.debug |
Olingo Server API - Debug
The debug package is used to condense all information about the Olingo debug handling.
|
org.apache.olingo.server.api.processor |
Olingo Processors
Processors are used to handle OData requests and send back the OData reponse.
|
Modifier and Type | Class and Description |
---|---|
class |
ODataNetty |
Modifier and Type | Class and Description |
---|---|
class |
ODataNettyImpl |
Constructor and Description |
---|
ODataNettyHandlerImpl(OData odata,
ServiceMetadata serviceMetadata) |
Modifier and Type | Method and Description |
---|---|
static OData |
OData.newInstance()
Use this method to create a new OData instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugSupport.init(OData odata)
Initializes the debug support implementation.
|
void |
DefaultDebugSupport.init(OData odata) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
void |
Processor.init(OData odata,
ServiceMetadata serviceMetadata)
Initializes the processor for each HTTP request - response cycle.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.