public interface ContactHeader extends AddressParametersHeader
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContactHeader.Builder |
| Modifier and Type | Method and Description |
|---|---|
ContactHeader |
clone() |
static ContactHeader |
frame(Buffer buffer)
Frame the value as a
ContactHeader. |
static ContactHeader.Builder |
with() |
static ContactHeader.Builder |
with(Address address) |
static ContactHeader.Builder |
with(SipURI uri) |
withgetAddressgetParameter, getParameter, setParameter, setParameterstatic final Buffer NAME
ContactHeader clone()
static ContactHeader.Builder with()
static ContactHeader.Builder with(Address address) throws SipParseException
SipParseExceptionstatic ContactHeader.Builder with(SipURI uri) throws SipParseException
SipParseExceptionstatic ContactHeader frame(Buffer buffer) throws SipParseException
ContactHeader.frame in interface AddressParametersHeaderframe in interface SipHeadervalue - SipParseException - in case anything goes wrong while parsing.Copyright © 2017. All Rights Reserved.