| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.common |
| 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.
|
Copyright © 2023 WSO2. All rights reserved.