public interface IResponseListener
IHttpConversation
object.
Just like in IResponseFilter
s, the stream/reader available via the event object cannot be marked, reset or closed, otherwise an exception is thrown.
Modifier and Type | Method and Description |
---|---|
void |
onResponseReceived(IReceiveEvent event)
Invoked when the response has been received.
|
void onResponseReceived(IReceiveEvent event) throws java.io.IOException
event
- the event, must be non-nulljava.io.IOException
- in case of problems reading from the stream/reader