| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponseFuture.setBackPressureHandler(BackPressureHandler backPressureHandler)
Sets back pressure handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHttpResponseFuture.setBackPressureHandler(BackPressureHandler backPressureHandler) |
| Modifier and Type | Method and Description |
|---|---|
static BackPressureHandler |
Util.getBackPressureHandler(io.netty.channel.ChannelHandlerContext channelContext)
Use this method to get the
BackPressureHandler in the pipeline. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.checkUnWritabilityAndNotify(io.netty.channel.ChannelHandlerContext context,
BackPressureHandler backpressureHandler)
Checks if channel is unWritable and notifies BackPressure observable.
|
static void |
Util.setBackPressureListener(HttpCarbonMessage outboundMessage,
BackPressureHandler backpressureHandler,
io.netty.channel.ChannelHandlerContext ctx)
Sets the backPressure listener the to the Observable of the handler.
|
| Modifier and Type | Method and Description |
|---|---|
BackPressureHandler |
TargetChannel.getBackPressureHandler() |
Copyright © 2022 WSO2. All rights reserved.