| 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 | Interface and Description |
|---|---|
interface |
IAsyncResultHandler<T>
Asynchronous handler called when an async operation wrapped in a result
completes.
|
| Modifier and Type | Method and Description |
|---|---|
long |
IPeriodicComponent.setOneshotTimer(long deltaMillis,
IAsyncHandler<Long> timerHandler)
Calls handler only once after the specified
long deltaMillis milliseconds has elapsed. |
long |
IPeriodicComponent.setPeriodicTimer(long periodMillis,
long initialDelayMillis,
IAsyncHandler<Long> periodicHandler)
Calls handler every
periodMillis milliseconds after waiting initialDelayMillis for the
first iteration. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRequestExecutorImpl.streamHandler(IAsyncHandler<ISignalWriteStream> handler) |
| Modifier and Type | Field and Description |
|---|---|
protected IAsyncHandler<IApimanBuffer> |
AbstractStream.bodyHandler |
protected IAsyncHandler<Void> |
AbstractStream.endHandler |
protected IAsyncHandler<H> |
AbstractStream.headHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
IReadStream.bodyHandler(IAsyncHandler<IApimanBuffer> bodyHandler)
Handler called when a body chunk has arrived.
|
void |
AbstractStream.bodyHandler(IAsyncHandler<IApimanBuffer> bodyHandler) |
void |
IReadStream.endHandler(IAsyncHandler<Void> endHandler)
Handler signals when transmission has completed; no further calls to
IReadStream.bodyHandler(IAsyncHandler) should occur after this has been
invoked. |
void |
AbstractStream.endHandler(IAsyncHandler<Void> endHandler) |
void |
AbstractStream.headHandler(IAsyncHandler<H> headHandler)
Sets the head handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.policyErrorHandler(IAsyncHandler<Throwable> policyErrorHandler)
Sets the policy error handler.
|
void |
Chain.policyFailureHandler(IAsyncHandler<io.apiman.gateway.engine.beans.PolicyFailure> failureHandler)
Sets the policy failure handler.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.