| 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 |
IServiceConnection
A connection to a back-end service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IServiceRequestExecutor.streamHandler(IAsyncHandler<ISignalWriteStream> handler)
Indicates when the back-end connector is ready to handle streamed data.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ISignalWriteStream |
ICacheStoreComponent.putBinary(String cacheKey,
T jsonObject,
long timeToLive)
Open a cache store entry so that data can be streamed into it.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ISignalWriteStream |
InMemoryCacheStoreComponent.putBinary(String cacheKey,
T jsonObject,
long timeToLive) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRequestExecutorImpl.streamHandler(IAsyncHandler<ISignalWriteStream> handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSignalStream<H>
As
AbstractSignalStream but with ISignalReadStream.transmit() to signal body transmission may begin |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.