public interface FullHttpMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(HttpCarbonMessage httpCarbonMessage)
Get notified when all the content are added to the
HttpCarbonMessage. |
void |
onError(Exception error)
Get notified when an error occurred during the accumulation.
|
void onComplete(HttpCarbonMessage httpCarbonMessage)
HttpCarbonMessage.httpCarbonMessage - HttpCarbonMessage with complete contentvoid onError(Exception error)
error - of the messageCopyright © 2021 WSO2. All rights reserved.