public final class CallIdHeaderImpl extends SipHeaderImpl implements CallIdHeader
COMPACT_NAME, NAME| Constructor and Description |
|---|
CallIdHeaderImpl() |
CallIdHeaderImpl(boolean compactForm,
Buffer value) |
CallIdHeaderImpl(Buffer value) |
| Modifier and Type | Method and Description |
|---|---|
CallIdHeader |
clone() |
CallIdHeader |
ensure()
If this method actually gets called it means that we are the As most things in this library are done lazily, such as framing headers, you can make sure
that a particular header has indeed been parsed to the more specific header type by calling
this method.
|
boolean |
equals(Object obj) |
Buffer |
getCallId() |
int |
hashCode() |
getBytes, getName, getValue, toString, transferValue, verifyfinalize, getClass, notify, notifyAll, wait, wait, waitcreate, frame, frameCompactpublic CallIdHeaderImpl()
public CallIdHeaderImpl(Buffer value)
public CallIdHeaderImpl(boolean compactForm,
Buffer value)
public Buffer getCallId()
getCallId in interface CallIdHeaderpublic CallIdHeader clone()
clone in interface CallIdHeaderclone in interface SipHeaderclone in class SipHeaderImplpublic CallIdHeader ensure()
SipHeaderImplContactHeader but it is still in its "raw" form and therefore represented as a
SipHeader as opposed to an actual ContactHeader but by calling this method
you will force the library to actually fully frame it.ensure in interface SipHeaderensure in class SipHeaderImplCopyright © 2017. All Rights Reserved.