| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.components | |
| io.apiman.gateway.engine.impl | |
| io.apiman.gateway.engine.io |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IServiceConnectionResponse
A service connection response represents the result of a successful connection
to a back-end service.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ICacheStoreComponent.getBinary(String cacheKey,
Class<T> type,
IAsyncResultHandler<ISignalReadStream<T>> handler)
Gets a cache entry with its binary data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineResultImpl.setConnectorResponseStream(ISignalReadStream<io.apiman.gateway.engine.beans.ServiceResponse> connectorResponseStream) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
InMemoryCacheStoreComponent.getBinary(String cacheKey,
Class<T> type,
IAsyncResultHandler<ISignalReadStream<T>> handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSignalStream<H>
As
AbstractSignalStream but with transmit() to signal body transmission may begin |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.