| 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 |
IServiceConnection
A 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 |
IReadWriteStream<H>
A stream where both read and write aspects can be manipulated.
|
interface |
ISignalWriteStream
As
IWriteStream but with IAbortable.abort(). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSignalStream<H>
As
AbstractSignalStream but with ISignalReadStream.transmit() to signal body transmission may begin |
class |
AbstractStream<H>
Generic representation of a three part stream: head, body and end, with
handlers and operators for each.
|
| 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.