| Class | Description |
|---|---|
| ForwardingAsyncHandler<REQUEST,RESPONSE> | |
| NoOpAsyncHandler<REQUEST,RESPONSE> |
An async handler that doesn’t do anything.
|
| StreamClosingAsyncHandler<REQUEST extends BmcRequest<?>,RESPONSE> |
A wrapper around an async handler that closes the stream at the end of a request, if the body is
a stream.
|
Copyright © 2016–2024. All rights reserved.