|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipMessage
Interface for a single SIP message.
| 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. |
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. |
| Methods inherited from interface org.lastbamboo.common.offer.answer.OfferAnswerMessage |
|---|
getTransactionKey |
| Method Detail |
|---|
String getBranchId()
SipMethod getMethod()
SipHeader getHeader(String headerName)
headerName - The name of the header to access.
List<SipHeaderValue> getRouteSet()
org.littleshoot.mina.common.ByteBuffer getBody()
getBody in interface org.lastbamboo.common.offer.answer.OfferAnswerMessagevoid accept(SipMessageVisitor visitor)
visitor - The visitor to accept.String getStartLine()
Map<String,SipHeader> getHeaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||