| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.impl | |
| io.apiman.gateway.engine.io | |
| io.apiman.gateway.engine.policy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEngineResult
This is what is passed to the original caller when the engine wants to return either
a successful
ServiceResponse or a PolicyFailure. |
interface |
IServiceConnection
A connection to a back-end service.
|
interface |
IServiceConnectionResponse
A service connection response represents the result of a successful connection
to a back-end service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EngineResultImpl
The result of a call through the policy engine.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISignalReadStream<H>
As
IReadStream but with explicit ISignalReadStream.transmit() which indicates to the sender that they may
begin transmitting. |
interface |
ISignalWriteStream
As
IWriteStream but with abort(). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSignalStream<H>
As
AbstractSignalStream but with ISignalReadStream.transmit() to signal body transmission may begin |
| Modifier and Type | Class and Description |
|---|---|
class |
Chain<H>
Traverses and executes a series of policies according to implementor's
settings and iterator.
|
class |
RequestChain
Request phase policy chain.
|
class |
ResponseChain
Response phase policy chain.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.