|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Notifiable
Marker class for objects such as
Connection
that can be notified of
stream events.
Method Summary | |
---|---|
void |
onEndReached()
To be called when the end of the stream is reached. |
void |
onError()
To be called when there is an error when handling the stream. |
Method Detail |
---|
void onEndReached()
Connection.setInboundBusy(boolean)
) .
void onError()
onEndReached()
and set the state of the connection to
ConnectionState.CLOSING
in
order to release this stream.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |