| Package | Description |
|---|---|
| org.apache.olingo.netty.server.api |
Netty handler for Olingo Server API
|
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api |
Olingo Server API
|
| org.apache.olingo.server.api.debug |
Olingo Server API - Debug
|
| org.apache.olingo.server.api.processor |
Olingo Processors
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.debug | |
| org.apache.olingo.server.core.uri.parser |
| 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 |
DefaultDebugSupport.init(OData odata) |
void |
DebugSupport.init(OData odata)
Initializes the debug support implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.init(OData odata,
ServiceMetadata serviceMetadata)
Initializes the processor for each HTTP request - response cycle.
|
void |
DefaultProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRedirectProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
| Constructor and Description |
|---|
ODataHandlerImpl(OData odata,
ServiceMetadata serviceMetadata,
ServerCoreDebugger debugger) |
ODataHttpHandlerImpl(OData odata,
ServiceMetadata serviceMetadata) |
| Constructor and Description |
|---|
ServerCoreDebugger(OData odata) |
| Constructor and Description |
|---|
ApplyParser(Edm edm,
OData odata) |
ExpandParser(Edm edm,
OData odata,
Map<String,AliasQueryOption> aliases,
Collection<String> crossjoinEntitySetNames) |
ExpressionParser(Edm edm,
OData odata) |
FilterParser(Edm edm,
OData odata) |
OrderByParser(Edm edm,
OData odata) |
Parser(Edm edm,
OData odata) |
Parser(Edm edm,
OData odata,
String protocolType) |
Copyright © 2023. All rights reserved.