|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.beep4j.internal.SessionImpl.DefaultReply
protected class SessionImpl.DefaultReply
Constructor Summary | |
---|---|
SessionImpl.DefaultReply(TransportMapping mapping,
int channel,
int messageNumber)
|
Method Summary | |
---|---|
MessageBuilder |
createMessageBuilder()
Creates a new MessageBuilder object that can be used to create one new message. |
void |
sendANS(Message message)
Sends a reply of type ANS. |
void |
sendERR(Message message)
Sends a negative reply of type ERR. |
void |
sendNUL()
Sends a reply of type NUL. |
void |
sendRPY(Message message)
Sends a positive reply of type RPY. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionImpl.DefaultReply(TransportMapping mapping, int channel, int messageNumber)
Method Detail |
---|
public MessageBuilder createMessageBuilder()
Reply
createMessageBuilder
in interface Reply
public void sendANS(Message message)
Reply
Reply.sendNUL()
has
to be invoked.
sendANS
in interface Reply
message
- the responsepublic void sendERR(Message message)
Reply
sendERR
in interface Reply
message
- the responsepublic void sendNUL()
Reply
sendNUL
in interface Reply
public void sendRPY(Message message)
Reply
sendRPY
in interface Reply
message
- the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |