|
JBoss Remoting 3 3.2.8.SP1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Channel.Receiver

A handler for an incoming message.
| Method Summary | |
|---|---|
void |
handleEnd(Channel channel)
Handle an end-of-input condition on a channel. |
void |
handleError(Channel channel,
IOException error)
Handle an error condition on the channel. |
void |
handleMessage(Channel channel,
MessageInputStream message)
Handle an incoming message. |
| Method Detail |
|---|
void handleError(Channel channel,
IOException error)
channel - the channelerror - the error conditionvoid handleEnd(Channel channel)
channel - the channel
void handleMessage(Channel channel,
MessageInputStream message)
Channel.receiveMessage(Receiver)
method must be called again.
channel - the channelmessage - the message
|
JBoss Remoting 3 3.2.8.SP1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||