public interface Observable
| Modifier and Type | Method and Description |
|---|---|
Listener |
getListener() |
void |
notifyAddListener(io.netty.handler.codec.http.HttpContent content)
Notify when content is added to message.
|
void |
notifyGetListener(io.netty.handler.codec.http.HttpContent content)
Notify when content is removed from message.
|
void |
notifyReadInterest() |
void |
removeListener()
Remove listener from the observable.
|
void |
setListener(Listener listener)
Set listener interested for message events.
|
void setListener(Listener listener)
listener - for messagevoid removeListener()
void notifyAddListener(io.netty.handler.codec.http.HttpContent content)
content - of the messagevoid notifyGetListener(io.netty.handler.codec.http.HttpContent content)
content - of the messagevoid notifyReadInterest()
Listener getListener()
Copyright © 2022 WSO2. All rights reserved.