|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lastbamboo.common.sip.stack.message.DoubleCrlfKeepAlive
public class DoubleCrlfKeepAlive
A SIP "message" that is just a double CRLF keep alive message, as specified in the SIP outbound draft at: http://www.ietf.org/internet-drafts/draft-ietf-sip-outbound-08.txt
| Constructor Summary | |
|---|---|
DoubleCrlfKeepAlive()
|
|
| Method Summary | |
|---|---|
void |
accept(SipMessageVisitor visitor)
Accepts the specified message visitor. |
org.littleshoot.mina.common.ByteBuffer |
getBody()
Accessor for the message body. |
String |
getBranchId()
Accessor for the branch ID for the topmost Via header of this message. |
SipHeader |
getHeader(String headerName)
Accessor for the complete header with the specified name. |
Map<String,SipHeader> |
getHeaders()
Accessor for all headers in the message. |
byte[] |
getKey()
|
SipMethod |
getMethod()
The method the SIP message, such as "INVITE" or "REGISTER". |
List<SipHeaderValue> |
getRouteSet()
Accessor for the list of routes for this message. |
String |
getStartLine()
Accessor the first line of the message. |
String |
getTransactionKey()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleCrlfKeepAlive()
| Method Detail |
|---|
public void accept(SipMessageVisitor visitor)
SipMessage
accept in interface SipMessagevisitor - The visitor to accept.public org.littleshoot.mina.common.ByteBuffer getBody()
SipMessage
getBody in interface org.lastbamboo.common.offer.answer.OfferAnswerMessagegetBody in interface SipMessagepublic String getBranchId()
SipMessage
getBranchId in interface SipMessagepublic SipHeader getHeader(String headerName)
SipMessage
getHeader in interface SipMessageheaderName - The name of the header to access.
public Map<String,SipHeader> getHeaders()
SipMessage
getHeaders in interface SipMessagepublic SipMethod getMethod()
SipMessage
getMethod in interface SipMessagepublic List<SipHeaderValue> getRouteSet()
SipMessage
getRouteSet in interface SipMessagepublic String getStartLine()
SipMessage
getStartLine in interface SipMessagepublic String getTransactionKey()
getTransactionKey in interface org.lastbamboo.common.offer.answer.OfferAnswerMessagepublic byte[] getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||