public interface FullHttpMessageFuture
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(FullHttpMessageListener listener)
Set listener interested for complete
HttpCarbonMessage. |
void |
notifyFailure(Exception error)
Notify the error occurs during the accumulation.
|
void |
notifySuccess()
Notify when the complete content is added to
HttpCarbonMessage. |
void |
removeListener()
Remove listener from the future.
|
void addListener(FullHttpMessageListener listener)
HttpCarbonMessage.listener - for messagevoid removeListener()
void notifySuccess()
HttpCarbonMessage.void notifyFailure(Exception error)
error - of the messageCopyright © 2021 WSO2. All rights reserved.