|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.beepcore.beep.lib.NullReplyListener
This class acts as a sink for all replies to the sendMSG()
.
The reply is received by NullReplyListener
, freed from the
channel's receive buffers and discarded.
Method Summary | |
static NullReplyListener |
getListener()
|
void |
receiveANS(Message message)
Called when the underlying BEEP framework receives a reply of type ANS. |
void |
receiveERR(Message message)
Called when the underlying BEEP framework receives a reply of type ERR. |
void |
receiveNUL(Message message)
Called when the underlying BEEP framework receives a reply of type NUL. |
void |
receiveRPY(Message message)
Called when the underlying BEEP framework receives a reply of type RPY. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static NullReplyListener getListener()
public void receiveRPY(Message message)
ReplyListener
receiveRPY
in interface ReplyListener
message
- BEEP messageMessage
public void receiveERR(Message message)
ReplyListener
receiveERR
in interface ReplyListener
message
- BEEP messageMessage
public void receiveANS(Message message)
ReplyListener
receiveANS
in interface ReplyListener
message
- BEEP messageMessage
public void receiveNUL(Message message)
ReplyListener
receiveNUL
in interface ReplyListener
message
- BEEP messageMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |