| Constructor and Description |
|---|
DefaultListener(io.netty.channel.ChannelHandlerContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdd(io.netty.handler.codec.http.HttpContent httpContent)
Get notified when content are added to the message.
|
void |
onRemove(io.netty.handler.codec.http.HttpContent httpContent)
Get notified when content is removed from the the message.
|
void |
resumeReadInterest()
Since the listener removes readInterest this method resumes it if required.
|
public DefaultListener(io.netty.channel.ChannelHandlerContext ctx)
public void onAdd(io.netty.handler.codec.http.HttpContent httpContent)
Listenerpublic void onRemove(io.netty.handler.codec.http.HttpContent httpContent)
Listenerpublic void resumeReadInterest()
ListenerresumeReadInterest in interface ListenerCopyright © 2023 WSO2. All rights reserved.