public interface Listener
| 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.
|
void onAdd(io.netty.handler.codec.http.HttpContent httpContent)
httpContent - of the messagevoid onRemove(io.netty.handler.codec.http.HttpContent httpContent)
httpContent - of the messagevoid resumeReadInterest()
Copyright © 2022 WSO2. All rights reserved.