- CallIdHeader - Interface in io.pkts.packet.sip.header
-
- CallIdHeaderImpl - Class in io.pkts.packet.sip.header.impl
-
- CallIdHeaderImpl() - Constructor for class io.pkts.packet.sip.header.impl.CallIdHeaderImpl
-
- CallIdHeaderImpl(Buffer) - Constructor for class io.pkts.packet.sip.header.impl.CallIdHeaderImpl
-
- CallIdHeaderImpl(boolean, Buffer) - Constructor for class io.pkts.packet.sip.header.impl.CallIdHeaderImpl
-
- CANCEL - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- cancel(SipURI) - Static method in interface io.pkts.packet.sip.SipRequest
-
- cancel(String) - Static method in interface io.pkts.packet.sip.SipRequest
-
- checkIfEmpty(String) - Static method in class io.pkts.packet.sip.impl.PreConditions
-
Check if a string is empty, which includes null check.
- checkIfNotEmpty(String) - Static method in class io.pkts.packet.sip.impl.PreConditions
-
- clone() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- clone() - Method in class io.pkts.packet.sip.address.impl.URIImpl
-
- clone() - Method in interface io.pkts.packet.sip.address.SipURI
-
- clone() - Method in interface io.pkts.packet.sip.address.URI
-
- clone() - Method in interface io.pkts.packet.sip.header.CallIdHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.ContactHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.ContentLengthHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.CSeqHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.ExpiresHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.FromHeader
-
- clone() - Method in class io.pkts.packet.sip.header.impl.CallIdHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.ContactHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.ContentLengthHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.ContentTypeHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.CSeqHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.ExpiresHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.FromHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.MaxForwardsHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.RecordRouteHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.RouteHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.SipHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.ToHeaderImpl
-
- clone() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- clone() - Method in interface io.pkts.packet.sip.header.MaxForwardsHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.RouteHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.ToHeader
-
- clone() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- clone() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- clone() - Method in class io.pkts.packet.sip.impl.ImmutableSipRequest
-
- clone() - Method in class io.pkts.packet.sip.impl.ImmutableSipResponse
-
- clone() - Method in class io.pkts.packet.sip.impl.SipInitialLine
-
- clone() - Method in class io.pkts.packet.sip.impl.SipRequestLine
-
- clone() - Method in class io.pkts.packet.sip.impl.SipResponseLine
-
- clone() - Method in interface io.pkts.packet.sip.SipMessage
-
Perform a deep clone of this SipMessage.
- clone() - Method in interface io.pkts.packet.sip.SipRequest
-
- clone() - Method in interface io.pkts.packet.sip.SipResponse
-
- COLON - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- COMMA - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.CallIdHeader
-
The compact name of the Call-ID header is 'i'
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.ContactHeader
-
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.ContentLengthHeader
-
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.FromHeader
-
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.ToHeader
-
- COMPACT_NAME - Static variable in interface io.pkts.packet.sip.header.ViaHeader
-
- consumeAddressSpec(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consumes addr-spec, which according to RFC3261 section 25.1 is:
- consumeAlphaNum(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consumes a alphanum.
- consumeCOLON(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume colon (COLON), which according to RFC3261 section 25.1 Basic
Rules is:
COLON = SWS ":" SWS ; colon
- consumeCOMMA(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume comma (COMMA), which according to RFC3261 section 25.1 Basic
Rules is:
COMMA = SWS "," SWS ; comma
- consumeCRLF(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume CR + LF
- consumeDisplayName(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
The display name in SIP is a little tricky since it may or may not be
there and the stuff following it (whether or not it was there to begin
with) can easily be confused with being a display name.
- consumeEQUAL(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume equal sign (EQUAL), which according to RFC3261 section 25.1 Basic
Rules is:
EQUAL = SWS "=" SWS ; equal
- consumeGenericParam(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consumes a generic param, which according to RFC 3261 section 25.1 is:
- consumeGenericParams(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consumes all generic-params it can find.
- consumeHostname(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- consumeLAQUOT(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume left angle quote (LAQUOT), which according to RFC3261 section
25.1 Basic Rules is:
LAQUOT = SWS "<"; left angle quote
- consumeLDQUOT(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume open double quotation mark (LDQUT), which according to RFC3261
section 25.1 Basic Rules is:
LDQUOT = SWS DQUOTE; open double quotation mark
- consumeLPAREN(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume left parenthesis (LPAREN), which according to RFC3261 section
25.1 Basic Rules is:
LPAREN = SWS "(" SWS ; left parenthesis
- consumeLWS(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume linear whitespace (LWS), which according to RFC3261 section 25.1
Basic Rules is:
LWS = [*WSP CRLF] 1*WSP ; linear whitespace
- consumeMSubtype(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume a m-subtype, which according to RFC3261 section 25.1 Basic Rules
is:
- consumeMType(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume a m-type, which according to RFC3261 section 25.1 Basic Rules is:
- consumePort(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume a port, which according to RFC 3261 is:
port = 1*DIGIT
- consumeQuotedString(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consumes a quoted-string, which is defined as:
- consumeRAQUOT(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume right angle quote (RAQUOT), which according to RFC3261 section
25.1 Basic Rules is:
RAQUOT = SWS ">"; left angle quote
- consumeRDQUOT(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume close double quotation mark (RDQUT), which according to RFC3261
section 25.1 Basic Rules is:
RDQUOT = DQUOTE SWS ; close double quotation mark
- consumeRPAREN(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume right parenthesis (RPAREN), which according to RFC3261 section
25.1 Basic Rules is:
RPAREN = SWS ")" SWS ; right parenthesis
- consumeSEMI(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume semicolon (SEMI), which according to RFC3261 section 25.1 Basic
Rules is:
SEMI = SWS ";" SWS ; semicolon
- consumeSentBye(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume a sent-by which according to 3261 is:
- consumeSentProtocol(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume the "sent-protocol", which according to RFC 3261 is:
- consumeSLASH(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume an slash (SLASH), which according to RFC3261 section 25.1 Basic
Rules is:
SLASH = SWS "/" SWS ; slash
- consumeSTAR(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume an asterisk/star (STAR), which according to RFC3261 section 25.1
Basic Rules is:
STAR = SWS "*" SWS ; asterisk
- consumeSWS(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume sep (separating?) whitespace (LWS), which according to RFC3261
section 25.1 Basic Rules is:
SWS = [LWS] ; sep whitespace
"The SWS construct is used when linear white space is optional, generally
between tokens and separators." (RFC3261)
- consumeToken(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume a token, which according to RFC3261 section 25.1 Basic Rules is:
token = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'"
/ "~" )
- consumeUserInfoHostPort(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume the userinfo and hostport.
- consumeVia(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume a Via-header, which according to RFC3261 is:
- consumeWS(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Consume all the whitespace we find (WS)
- ContactHeader - Interface in io.pkts.packet.sip.header
-
- ContactHeader.Builder - Class in io.pkts.packet.sip.header
-
- ContactHeaderImpl - Class in io.pkts.packet.sip.header.impl
-
- ContactHeaderImpl(Buffer, Address, Buffer) - Constructor for class io.pkts.packet.sip.header.impl.ContactHeaderImpl
-
- ContentLengthHeader - Interface in io.pkts.packet.sip.header
-
- ContentLengthHeader.Builder - Class in io.pkts.packet.sip.header
-
- ContentLengthHeaderImpl - Class in io.pkts.packet.sip.header.impl
-
- ContentLengthHeaderImpl(int) - Constructor for class io.pkts.packet.sip.header.impl.ContentLengthHeaderImpl
-
- ContentTypeHeader - Interface in io.pkts.packet.sip.header
-
Represents the a content type header.
- ContentTypeHeader.Builder - Class in io.pkts.packet.sip.header
-
- ContentTypeHeaderImpl - Class in io.pkts.packet.sip.header.impl
-
- ContentTypeHeaderImpl(Buffer, Buffer, Buffer, Buffer) - Constructor for class io.pkts.packet.sip.header.impl.ContentTypeHeaderImpl
-
- copy() - Method in interface io.pkts.packet.sip.address.Address
-
An
Address
is an immutable object so if you wish to change something
you have to create a copy of it.
- copy() - Method in class io.pkts.packet.sip.address.impl.AddressImpl
-
- copy() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- copy() - Method in interface io.pkts.packet.sip.address.SipURI
-
- copy() - Method in interface io.pkts.packet.sip.address.URI
-
All URIs are immutable so if you wish to change it you need to
obtain a copy of it which will return a new builder that allows
you to change and build a new URI.
- copy() - Method in interface io.pkts.packet.sip.header.AddressParametersHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.ContactHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.ContentLengthHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.CSeqHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.ExpiresHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.FromHeader
-
- copy() - Method in class io.pkts.packet.sip.header.impl.AddressParametersHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.ContactHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.ContentLengthHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.ContentTypeHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.CSeqHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.ExpiresHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.FromHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.MaxForwardsHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.RecordRouteHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.RouteHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.SipHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.ToHeaderImpl
-
- copy() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- copy() - Method in interface io.pkts.packet.sip.header.MaxForwardsHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.RouteHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.SipHeader
-
Everything within the pkts.io SIP module are immutable so if you actually want
to change anything you have to create a copy, which will return a specific Builder
for that header.
- copy() - Method in interface io.pkts.packet.sip.header.ToHeader
-
- copy() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- copy() - Method in class io.pkts.packet.sip.impl.ImmutableSipRequest
-
- copy() - Method in class io.pkts.packet.sip.impl.ImmutableSipResponse
-
- copy() - Method in interface io.pkts.packet.sip.SipMessage
-
- copy() - Method in interface io.pkts.packet.sip.SipRequest
-
- copy() - Method in interface io.pkts.packet.sip.SipResponse
-
- couldBeSipMessage(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Helper function that checks whether or not the data could be a SIP message.
- countNoOfHeaders() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- countNoOfHeaders() - Method in interface io.pkts.packet.sip.SipMessage
-
- CR - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- create() - Static method in interface io.pkts.packet.sip.header.CallIdHeader
-
- create(int) - Static method in interface io.pkts.packet.sip.header.ContentLengthHeader
-
- create(int) - Static method in interface io.pkts.packet.sip.header.ExpiresHeader
-
- create(int) - Static method in interface io.pkts.packet.sip.header.MaxForwardsHeader
-
- create() - Static method in interface io.pkts.packet.sip.header.MaxForwardsHeader
-
- create(String, String) - Static method in interface io.pkts.packet.sip.header.SipHeader
-
- createResponse(int, Buffer) - Method in class io.pkts.packet.sip.impl.ImmutableSipRequest
-
- createResponse(int) - Method in interface io.pkts.packet.sip.SipMessage
-
- createResponse(int, Buffer) - Method in interface io.pkts.packet.sip.SipMessage
-
- CSeqHeader - Interface in io.pkts.packet.sip.header
-
- CSeqHeader.Builder - Class in io.pkts.packet.sip.header
-
- CSeqHeaderImpl - Class in io.pkts.packet.sip.header.impl
-
- CSeqHeaderImpl(long, Buffer, Buffer) - Constructor for class io.pkts.packet.sip.header.impl.CSeqHeaderImpl
-
- generateBranch() - Static method in interface io.pkts.packet.sip.header.ViaHeader
-
Generate a cryptographic
- generateDefaultCSeqHeader() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- generateDefaultCSeqHeader() - Method in class io.pkts.packet.sip.impl.SipRequestBuilder
-
- generateDefaultCSeqHeader() - Method in class io.pkts.packet.sip.impl.SipResponseBuilder
-
For a response the only way we know which method this response is for
is from the CSeq-header so if that one doesn't exist then there
is simply nothing we can do.
- generateDefaultToHeader() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- generateDefaultToHeader() - Method in class io.pkts.packet.sip.impl.SipRequestBuilder
-
- generateDefaultToHeader() - Method in class io.pkts.packet.sip.impl.SipResponseBuilder
-
- generateTag() - Static method in interface io.pkts.packet.sip.header.FromHeader
-
Generate a new tag that can be used as a tag parameter for the
FromHeader
.
- generateTag() - Static method in interface io.pkts.packet.sip.header.ToHeader
-
Generate a new tag that can be used as a tag parameter for the
ToHeader
.
- getAddress() - Method in interface io.pkts.packet.sip.header.HeaderAddress
-
- getAddress() - Method in class io.pkts.packet.sip.header.impl.AddressParametersHeaderImpl
-
- getAllHeaders() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getAllHeaders() - Method in interface io.pkts.packet.sip.SipMessage
-
- getAllParameters() - Method in class io.pkts.packet.sip.header.impl.ParametersSupport
-
WARNING: should really only be used by internal implementations.
- getAlphaNumCount(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Helper method that counts the number of bytes that are considered part of
the next alphanum block.
- getBranch() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getBranch() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
The branch-parameter is mandatory and as such should always be there.
- getBuffer() - Method in class io.pkts.packet.sip.impl.SipInitialLine
-
The request initial line as a raw buffer.
- getBuffer() - Method in class io.pkts.packet.sip.impl.SipRequestLine
-
The request initial line as a raw buffer.
- getBuffer() - Method in class io.pkts.packet.sip.impl.SipResponseLine
-
The request initial line as a raw buffer.
- getBufferSize() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- getBytes(Buffer) - Method in interface io.pkts.packet.sip.address.Address
-
- getBytes(Buffer) - Method in class io.pkts.packet.sip.address.impl.AddressImpl
-
- getBytes(Buffer) - Method in class io.pkts.packet.sip.address.impl.URIImpl
-
- getBytes(Buffer) - Method in interface io.pkts.packet.sip.address.URI
-
Write the bytes of this URI into the destination buffer
- getBytes(Buffer) - Method in class io.pkts.packet.sip.header.impl.SipHeaderImpl
-
- getBytes(Buffer) - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getBytes(Buffer) - Method in interface io.pkts.packet.sip.header.SipHeader
-
- getBytes(Buffer) - Method in class io.pkts.packet.sip.impl.SipInitialLine
-
- getBytes(Buffer) - Method in class io.pkts.packet.sip.impl.SipRequestLine
-
- getBytes(Buffer) - Method in class io.pkts.packet.sip.impl.SipResponseLine
-
- getCallId() - Method in interface io.pkts.packet.sip.header.CallIdHeader
-
- getCallId() - Method in class io.pkts.packet.sip.header.impl.CallIdHeaderImpl
- getCallIDHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getCallIDHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for fetching the call-id-header
- getContactHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getContactHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
- getContent() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getContent() - Method in interface io.pkts.packet.sip.SipMessage
-
- getContentLength() - Method in interface io.pkts.packet.sip.header.ContentLengthHeader
-
- getContentLength() - Method in class io.pkts.packet.sip.header.impl.ContentLengthHeaderImpl
-
- getContentLength() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getContentLength() - Method in interface io.pkts.packet.sip.SipMessage
-
Return the content length.
- getContentSubType() - Method in class io.pkts.packet.sip.header.impl.MediaTypeHeaderImpl
- getContentSubType() - Method in interface io.pkts.packet.sip.header.MediaTypeHeader
-
- getContentType() - Method in class io.pkts.packet.sip.header.impl.MediaTypeHeaderImpl
- getContentType() - Method in interface io.pkts.packet.sip.header.MediaTypeHeader
-
- getContentTypeHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getContentTypeHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
- getCSeqHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getCSeqHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for fetching the CSeq header
- getDisplayName() - Method in interface io.pkts.packet.sip.address.Address
-
Get the display name of this
Address
or an empty buffer if it is
not set.
- getDisplayName() - Method in class io.pkts.packet.sip.address.impl.AddressImpl
-
- getErrorOffset() - Method in exception io.pkts.packet.sip.SipParseException
-
- getExpires() - Method in interface io.pkts.packet.sip.header.ExpiresHeader
-
- getExpires() - Method in class io.pkts.packet.sip.header.impl.ExpiresHeaderImpl
-
- getExpiresHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getExpiresHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
- getFromHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getFromHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for fetching the from-header
- getHeader(Buffer) - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getHeader(String) - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getHeader(Buffer) - Method in interface io.pkts.packet.sip.SipMessage
-
Get the header as a buffer
- getHeader(String) - Method in interface io.pkts.packet.sip.SipMessage
-
Same as #getHeader(Buffers.wrap(keyParameter)
.
- getHeaders(Buffer) - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getHeaders(String) - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getHeaders(String) - Method in interface io.pkts.packet.sip.SipMessage
-
Get all headers with the given name.
- getHeaders(Buffer) - Method in interface io.pkts.packet.sip.SipMessage
-
- getHost() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
Get the host portion of this URI.
- getHost() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the host portion of this URI.
- getHost() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getHost() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- getInitialLine() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getInitialLine() - Method in interface io.pkts.packet.sip.SipMessage
-
The first line of a sip message, which is either a request or a response
line
- getInitialLineAsObject() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getMAddrParam() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getMAddrParam() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the maddr parameter.
- getMaxForwards() - Method in class io.pkts.packet.sip.header.impl.MaxForwardsHeaderImpl
- getMaxForwards() - Method in interface io.pkts.packet.sip.header.MaxForwardsHeader
-
- getMaxForwards() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getMaxForwards() - Method in interface io.pkts.packet.sip.SipMessage
-
- getMethod() - Method in interface io.pkts.packet.sip.header.CSeqHeader
-
- getMethod() - Method in class io.pkts.packet.sip.header.impl.CSeqHeaderImpl
- getMethod() - Method in class io.pkts.packet.sip.impl.ImmutableSipRequest
-
- getMethod() - Method in class io.pkts.packet.sip.impl.ImmutableSipResponse
-
- getMethod() - Method in class io.pkts.packet.sip.impl.SipRequestLine
-
- getMethod() - Method in interface io.pkts.packet.sip.SipMessage
-
Get the method of this sip message
- getMethodParam() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getMethodParam() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the method parameter.
- getName() - Method in class io.pkts.packet.sip.header.impl.SipHeaderImpl
-
Subclasses may override this one and are in fact encourage to do so
Get the name of the header
- getName() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
Get the name of the header
- getName() - Method in interface io.pkts.packet.sip.header.SipHeader
-
Get the name of the header
- getNameStr() - Method in interface io.pkts.packet.sip.header.SipHeader
-
Get the name as a string.
- getParameter(Buffer) - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getParameter(String) - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getParameter(Buffer) - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the value of the named parameter.
- getParameter(String) - Method in interface io.pkts.packet.sip.address.SipURI
-
- getParameter(Buffer) - Method in class io.pkts.packet.sip.header.impl.ParametersImpl
-
- getParameter(String) - Method in class io.pkts.packet.sip.header.impl.ParametersImpl
-
- getParameter(Buffer) - Method in class io.pkts.packet.sip.header.impl.ParametersSupport
-
- getParameter(String) - Method in class io.pkts.packet.sip.header.impl.ParametersSupport
-
- getParameter(Buffer) - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
Get the value of the named parameter.
- getParameter(String) - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getParameter(Buffer) - Method in interface io.pkts.packet.sip.header.Parameters
-
Get the value of the named parameter.
- getParameter(String) - Method in interface io.pkts.packet.sip.header.Parameters
-
- getPort() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
Get the port.
- getPort() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the port.
- getPort() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getPort() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- getRawParams() - Method in class io.pkts.packet.sip.header.impl.ParametersImpl
-
- getRawURI() - Method in class io.pkts.packet.sip.address.impl.URIImpl
-
- getReason() - Method in class io.pkts.packet.sip.impl.SipResponseLine
-
- getReasonPhrase() - Method in class io.pkts.packet.sip.impl.ImmutableSipResponse
-
- getReasonPhrase() - Method in interface io.pkts.packet.sip.SipResponse
-
- getReceived() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getReceived() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- getRecordRouteHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getRecordRouteHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
- getRecordRouteHeaders() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getRecordRouteHeaders() - Method in interface io.pkts.packet.sip.SipMessage
-
Get all the RecordRoute-headers in this
SipMessage
.
- getRequestUri() - Method in class io.pkts.packet.sip.impl.ImmutableSipRequest
-
- getRequestUri() - Method in class io.pkts.packet.sip.impl.SipRequestLine
-
- getRequestUri() - Method in interface io.pkts.packet.sip.SipRequest
-
Get the request uri of the sip request
- getRouteHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getRouteHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
- getRouteHeaders() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getRouteHeaders() - Method in interface io.pkts.packet.sip.SipMessage
-
- getRPort() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getRPort() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
Get the value of the rport parameter.
- getScheme() - Method in class io.pkts.packet.sip.address.impl.URIImpl
-
Returns the scheme of this URI, which really can be anything (see RFC3261
section 25.1 and the definition of absoluteURI) but most commonly will be
"sip", "sips" or "tel".
- getScheme() - Method in interface io.pkts.packet.sip.address.URI
-
Returns the scheme of this URI, which really can be anything (see RFC3261
section 25.1 and the definition of absoluteURI) but most commonly will be
"sip", "sips" or "tel".
- getSeqNumber() - Method in interface io.pkts.packet.sip.header.CSeqHeader
-
- getSeqNumber() - Method in class io.pkts.packet.sip.header.impl.CSeqHeaderImpl
- getStatus() - Method in class io.pkts.packet.sip.impl.ImmutableSipResponse
-
- getStatus() - Method in interface io.pkts.packet.sip.SipResponse
-
Get the status code of this SIP response
- getStatusCode() - Method in class io.pkts.packet.sip.impl.SipResponseLine
-
- getTag() - Method in interface io.pkts.packet.sip.header.FromHeader
-
Get the tag parameter.
- getTag() - Method in class io.pkts.packet.sip.header.impl.FromHeaderImpl
-
Get the tag parameter.
- getTag() - Method in class io.pkts.packet.sip.header.impl.ToHeaderImpl
-
Get the tag parameter.
- getTag() - Method in interface io.pkts.packet.sip.header.ToHeader
-
Get the tag parameter.
- getToHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getToHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for fetching the to-header
- getTokenCount(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Helper method that counts the number of bytes that are considered part of
the next token in the
Buffer
.
- getTransport() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getTransport() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
The protocol, which typically is "UDP", "TCP" or "TLS" but can really be
anything according to RFC3261.
- getTransportParam() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getTransportParam() - Method in interface io.pkts.packet.sip.address.SipURI
-
Same as #getParameter("transport")
- getTTL() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- getTTL() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- getTTLParam() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getTTLParam() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the ttl parameter.
- getURI() - Method in interface io.pkts.packet.sip.address.Address
-
- getURI() - Method in class io.pkts.packet.sip.address.impl.AddressImpl
-
- getUser() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
Get the user portion of this URI.
- getUser() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the user portion of this URI.
- getUserParam() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
- getUserParam() - Method in interface io.pkts.packet.sip.address.SipURI
-
Get the user parameter.
- getValue() - Method in class io.pkts.packet.sip.header.impl.SipHeaderImpl
-
Get the value of the buffer
- getValue() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
Get the value of the buffer
- getValue() - Method in interface io.pkts.packet.sip.header.SipHeader
-
Get the value of the buffer
- getViaHeader() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getViaHeader() - Method in interface io.pkts.packet.sip.SipMessage
-
- getViaHeaders() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- getViaHeaders() - Method in interface io.pkts.packet.sip.SipMessage
-
- ifNull(T, T) - Static method in class io.pkts.packet.sip.impl.PreConditions
-
If our reference is null then return a default value instead.
- ImmutableSipMessage - Class in io.pkts.packet.sip.impl
-
- ImmutableSipMessage(Buffer, SipInitialLine, List<SipHeader>, short, short, short, short, short, short, short, short, short, Buffer) - Constructor for class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- ImmutableSipRequest - Class in io.pkts.packet.sip.impl
-
- ImmutableSipRequest(Buffer, SipRequestLine, List<SipHeader>, short, short, short, short, short, short, short, short, short, Buffer) - Constructor for class io.pkts.packet.sip.impl.ImmutableSipRequest
-
- ImmutableSipResponse - Class in io.pkts.packet.sip.impl
-
- ImmutableSipResponse(Buffer, SipResponseLine, List<SipHeader>, short, short, short, short, short, short, short, short, short, Buffer) - Constructor for class io.pkts.packet.sip.impl.ImmutableSipResponse
-
- increment() - Method in class io.pkts.packet.sip.header.CSeqHeader.Builder
-
- INFO - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- info(String) - Static method in interface io.pkts.packet.sip.SipRequest
-
- info(URI) - Static method in interface io.pkts.packet.sip.SipRequest
-
- initialLine() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- initialLine() - Method in interface io.pkts.packet.sip.SipMessage
-
- internalBuild(Buffer, Address, Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- internalBuild(Buffer, Address, Buffer) - Method in class io.pkts.packet.sip.header.ContactHeader.Builder
-
- internalBuild(Buffer, Buffer, Buffer, Buffer) - Method in class io.pkts.packet.sip.header.ContentTypeHeader.Builder
-
- internalBuild(Buffer, Address, Buffer) - Method in class io.pkts.packet.sip.header.FromHeader.Builder
-
- internalBuild(Buffer, Buffer, Buffer, Buffer) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
- internalBuild(Buffer, Address, Buffer) - Method in class io.pkts.packet.sip.header.RecordRouteHeader.Builder
-
- internalBuild(Buffer, Address, Buffer) - Method in class io.pkts.packet.sip.header.RouteHeader.Builder
-
- internalBuild(Buffer, Address, Buffer) - Method in class io.pkts.packet.sip.header.ToHeader.Builder
-
- internalBuild(Buffer, SipInitialLine, List<SipHeader>, short, short, short, short, short, short, short, short, short, Buffer) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- internalBuild(Buffer, SipInitialLine, List<SipHeader>, short, short, short, short, short, short, short, short, short, Buffer) - Method in class io.pkts.packet.sip.impl.SipRequestBuilder
-
- internalBuild(Buffer, SipInitialLine, List<SipHeader>, short, short, short, short, short, short, short, short, short, Buffer) - Method in class io.pkts.packet.sip.impl.SipResponseBuilder
-
- INVITE - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- invite(String) - Static method in interface io.pkts.packet.sip.SipRequest
-
Factory method for creating a new INVITE request builder.
- invite(URI) - Static method in interface io.pkts.packet.sip.SipRequest
-
- io.pkts.packet.sip - package io.pkts.packet.sip
-
- io.pkts.packet.sip.address - package io.pkts.packet.sip.address
-
- io.pkts.packet.sip.address.impl - package io.pkts.packet.sip.address.impl
-
- io.pkts.packet.sip.header - package io.pkts.packet.sip.header
-
- io.pkts.packet.sip.header.impl - package io.pkts.packet.sip.header.impl
-
- io.pkts.packet.sip.impl - package io.pkts.packet.sip.impl
-
- is100Trying() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 100 Trying response or
not.
- isAck() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is
an ACK or not.
- isAddressParametersHeader() - Method in interface io.pkts.packet.sip.header.AddressParametersHeader
-
- isAddressParametersHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
If you use the
SipHeader.ensure()
method then, if possible, the header will
be parsed to a more specific header type but you may not know exactly which type
but you can use the various isXXX methods to find out.
- isAlphaNum(char) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Helper method for checking whether the supplied byte is a alphanumeric
character or not.
- isAlphaNum(byte) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isBuildingRequest() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
Indicates whether or not we are building a request.
- isBuildingRequest() - Method in class io.pkts.packet.sip.impl.SipRequestBuilder
-
- isBuildingResponse() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
Indicates whether or not we are building a response.
- isBuildingResponse() - Method in class io.pkts.packet.sip.impl.SipResponseBuilder
-
- isBye() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is a BYE or not.
- isCallIdHeader() - Method in interface io.pkts.packet.sip.header.CallIdHeader
-
- isCallIdHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isCancel() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is
a CANCEL or not
- isClientError() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 4xx response or not.
- isContactHeader() - Method in interface io.pkts.packet.sip.header.ContactHeader
-
- isContactHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
Check whether this is a contact header.
- isContentLengthHeader() - Method in interface io.pkts.packet.sip.header.ContentLengthHeader
-
- isContentLengthHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isContentTypeHeader() - Method in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- isContentTypeHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isCSeqHeader() - Method in interface io.pkts.packet.sip.header.CSeqHeader
-
- isCSeqHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isDigit(char) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isDigit(byte) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isError() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this response is >= 400.
- isExpiresHeader() - Method in interface io.pkts.packet.sip.header.ExpiresHeader
-
- isExpiresHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isFinal() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this response is a final response, i.e.
- isFromHeader() - Method in interface io.pkts.packet.sip.header.FromHeader
-
- isFromHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isGlobalError() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 6xx response or not.
- isInfo() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is
a INFO or not.
- isInitial() - Method in class io.pkts.packet.sip.impl.ImmutableSipMessage
-
- isInitial() - Method in interface io.pkts.packet.sip.SipMessage
-
Checks whether or not this request is considered to be an "initial"
request, i.e., a request that does not go within a dialog.
- isInvite() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is
an INVITE or not.
- isMaxForwardsHeader() - Method in interface io.pkts.packet.sip.header.MaxForwardsHeader
-
- isMaxForwardsHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isMessage() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is
a MESSAGE or not.
- isNext(Buffer, byte) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Will check whether the next readable byte in the buffer is a certain byte
- isNextAlphaNum(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Check whether next byte is a alpha numeric one.
- isNextDigit(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Check whether the next byte is a digit or not
- isOptions() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is
a OPTIONS or not.
- isProvisional() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 1xx response or not.
- isRecordRouteHeader() - Method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- isRecordRouteHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isRedirect() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 3xx response or not.
- isRegister() - Method in interface io.pkts.packet.sip.SipMessage
-
Convenience method for determining whether the method of this message is an REGISTER or not.
- isRequest() - Method in interface io.pkts.packet.sip.SipMessage
-
Check whether this sip message is a request or not
- isRequest() - Method in interface io.pkts.packet.sip.SipRequest
-
- isRequestLine() - Method in class io.pkts.packet.sip.impl.SipInitialLine
-
- isRequestLine() - Method in class io.pkts.packet.sip.impl.SipRequestLine
- isResponse() - Method in interface io.pkts.packet.sip.SipMessage
-
Check whether this sip message is a response or not
- isResponse() - Method in interface io.pkts.packet.sip.SipResponse
-
- isResponseLine(Buffer) - Static method in class io.pkts.packet.sip.impl.SipInitialLine
-
Simple method to check whether the supplied buffer could be a SIP
response line.
- isResponseLine() - Method in class io.pkts.packet.sip.impl.SipInitialLine
-
- isResponseLine() - Method in class io.pkts.packet.sip.impl.SipResponseLine
- isRinging() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 180 Ringing response or
or a 183 Early Media response.
- isRouteHeader() - Method in interface io.pkts.packet.sip.header.RouteHeader
-
- isRouteHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isSCTP() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- isSCTP() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
Convenience method for checking whether the protocol is SCTP or not.
- isSCTP(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isSCTPLower(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isSDP() - Method in class io.pkts.packet.sip.header.impl.MediaTypeHeaderImpl
-
Convenience method for checking whether the media type is
"io.sipstack.application.application/sdp"
- isSDP() - Method in interface io.pkts.packet.sip.header.MediaTypeHeader
-
Convenience method for checking whether the media type is
"io.sipstack.application.application/sdp"
- isSecure() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
Check whether this is a sips URI.
- isSecure() - Method in interface io.pkts.packet.sip.address.SipURI
-
Check whether this is a sips URI.
- isServerError() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 5xx response or not.
- isSipRequestBuilder() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- isSipRequestBuilder() - Method in interface io.pkts.packet.sip.SipRequest.Builder
-
- isSipResponseBuilder() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- isSipResponseBuilder() - Method in interface io.pkts.packet.sip.SipResponse.Builder
-
- isSips(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isSipURI() - Method in class io.pkts.packet.sip.address.impl.SipURIImpl
-
Check whether this
URI
is a "sip" or "sips" URI.
- isSipURI() - Method in class io.pkts.packet.sip.address.impl.URIImpl
-
Check whether this
URI
is a "sip" or "sips" URI.
- isSipURI() - Method in interface io.pkts.packet.sip.address.URI
-
Check whether this
URI
is a "sip" or "sips" URI.
- isSubsequent() - Method in interface io.pkts.packet.sip.SipMessage
-
- isSuccess() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 2xx response or not.
- isSystemHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isTCP() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- isTCP() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
Convenience method for checking whether the protocol is TCP or not.
- isTCP(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isTCPLower(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isTimeout() - Method in interface io.pkts.packet.sip.SipResponse
-
Convenience method for checking whether this is a 480 Timeout response or
not.
- isTLS() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- isTLS() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
Convenience method for checking whether the protocol is TLS or not.
- isTLS(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isTLSLower(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isToHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isToHeader() - Method in interface io.pkts.packet.sip.header.ToHeader
-
- isUDP() - Method in class io.pkts.packet.sip.header.impl.ViaHeaderImpl
-
- isUDP() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
Convenience method for checking whether the protocol is UDP or not.
- isUDP(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Check whether the buffer is exactly three bytes long and has the bytes "UDP" in it.
- isUDPLower(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
Check whether the buffer is exactly three bytes long and has the
bytes "udp" in it.
- isViaHeader() - Method in interface io.pkts.packet.sip.header.SipHeader
-
- isViaHeader() - Method in interface io.pkts.packet.sip.header.ViaHeader
-
- isWS(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- isWSLower(Buffer) - Static method in class io.pkts.packet.sip.impl.SipParser
-
- with() - Static method in interface io.pkts.packet.sip.address.SipURI
-
- with(Buffer) - Static method in interface io.pkts.packet.sip.header.AddressParametersHeader
-
- with() - Static method in interface io.pkts.packet.sip.header.ContactHeader
-
- withAddress(Address) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Use this address for the ToHeader.
- withAddress(Address) - Static method in interface io.pkts.packet.sip.header.ContactHeader
-
- withAddress(Address) - Static method in interface io.pkts.packet.sip.header.FromHeader
-
- withAddress(Address) - Static method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- withAddress(Address) - Static method in interface io.pkts.packet.sip.header.RouteHeader
-
- withAddress(Address) - Static method in interface io.pkts.packet.sip.header.ToHeader
-
- withBody(Buffer) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withBody(Buffer) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withBranch() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
Convenience method for generating a default branch.
- withBranch(Buffer) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withBranch(String) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withCallIdHeader(CallIdHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withCallIdHeader(CallIdHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withContactHeader(ContactHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withContactHeader(ContactHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withCSeq(long) - Method in class io.pkts.packet.sip.header.CSeqHeader.Builder
-
- withCSeqHeader(CSeqHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withCSeqHeader(CSeqHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withDefaultTag() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Convenience method for setting the value of the tag parameter to a default
generated value.
- withDisplayName(Buffer) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withDisplayName(String) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withDisplayName(String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withDisplayName(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withFromHeader(FromHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withFromHeader(String) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withFromHeader(FromHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withFromHeader(String) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withHeader(SipHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withHeader(SipHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Adds the header to the list of headers already specified within this builder.
- withHeaders(List<SipHeader>) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withHeaders(List<SipHeader>) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withHost(Buffer) - Method in class io.pkts.packet.sip.address.Address.Builder
-
Use this host for the URI with this
Address
.
- withHost(String) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.address.Address
-
- withHost(String) - Static method in interface io.pkts.packet.sip.address.Address
-
- withHost(Buffer) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
Specify the host.
- withHost(String) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withHost(String) - Static method in interface io.pkts.packet.sip.address.SipURI
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.address.SipURI
-
- withHost(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Use this host for the ToHeader.
- withHost(String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.header.ContactHeader
-
- withHost(String) - Static method in interface io.pkts.packet.sip.header.ContactHeader
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.header.FromHeader
-
- withHost(String) - Static method in interface io.pkts.packet.sip.header.FromHeader
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- withHost(String) - Static method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.header.RouteHeader
-
- withHost(String) - Static method in interface io.pkts.packet.sip.header.RouteHeader
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.header.ToHeader
-
- withHost(String) - Static method in interface io.pkts.packet.sip.header.ToHeader
-
- withHost(Buffer) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withHost(String) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withHost(Buffer) - Static method in interface io.pkts.packet.sip.header.ViaHeader
-
- withHost(String) - Static method in interface io.pkts.packet.sip.header.ViaHeader
-
- withMaxForwardsHeader(MaxForwardsHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withMaxForwardsHeader(MaxForwardsHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withMethod(Buffer) - Method in class io.pkts.packet.sip.header.CSeqHeader.Builder
-
- withMethod(String) - Method in class io.pkts.packet.sip.header.CSeqHeader.Builder
-
- withMethod(Buffer) - Static method in interface io.pkts.packet.sip.header.CSeqHeader
-
- withMethod(String) - Static method in interface io.pkts.packet.sip.header.CSeqHeader
-
- withMethod(Buffer) - Static method in interface io.pkts.packet.sip.SipRequest
-
- withMethod(String) - Static method in interface io.pkts.packet.sip.SipRequest
-
- withNoDefaults() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withNoDefaults() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
By default, the following headers will automatically be generated if not
explicitly provided (note: there is a slight difference between request/response):
ToHeader
- the request-uri will be used to construct the to-header
in the case of a request.
- withNoParameters() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Wipe out all parameters on the URI within the
Address
object.
- withNoParameters() - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
Wipe out all parameters.
- withNoParameters() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Remove all header parameters.
- withNoParameters() - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
Remove all header parameters.
- withNoPort() - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
Convenience method for removing the port from this SIP URI.
- withNoRoutes() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withNoRoutes() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Sometimes you may want to just wipe out all the potential
RouteHeader
s
that e.g.
- withNoTag() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Convenience method for removing the tag paramter.
- withParameter(Buffer, Buffer) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withParameter(String, String) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withParameter(String, int) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withParameter(Buffer, int) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withParameter(Buffer, Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set a parameter on the header.
- withParameter(String, String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withParameter(Buffer, Buffer) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
Set a parameter on the header.
- withParameter(String, String) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
- withParameter(Buffer, Buffer) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withParameter(String, String) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withParameters(Buffer) - Static method in interface io.pkts.packet.sip.address.SipURI
-
- withParameters(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set a bunch of parameters at the same time.
- withParameters(Buffer) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
Set a bunch of parameters at the same time.
- withParams(Buffer) - Static method in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- withPoppedRoute() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withPoppedRoute() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Pop the top-most route.
- withPoppedVia() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withPoppedVia() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Pop the top-most via.
- withPort(int) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withPort(int) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
Set the port.
- withPort(Buffer) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
Specify the port as a buffer.
- withPort(int) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withPort(int) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withPushHeader(SipHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withPushHeader(SipHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Push the header to be the first on the list of existing headers already
added to this builder.
- withReasonPhrase(String) - Method in class io.pkts.packet.sip.impl.SipResponseBuilder
-
- withReasonPhrase(Buffer) - Method in class io.pkts.packet.sip.impl.SipResponseBuilder
-
- withReasonPhrase(String) - Method in interface io.pkts.packet.sip.SipResponse.Builder
-
- withReasonPhrase(Buffer) - Method in interface io.pkts.packet.sip.SipResponse.Builder
-
- withReceived(String) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withReceived(Buffer) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withRecordRouteHeader(RecordRouteHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withRecordRouteHeader(RecordRouteHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Set a Record Router header to be used on the message that is being built.
- withRecordRouteHeaders(RecordRouteHeader...) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withRecordRouteHeaders(List<RecordRouteHeader>) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withRecordRouteHeaders(RecordRouteHeader...) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Set a list of Record Route headers.
- withRecordRouteHeaders(List<RecordRouteHeader>) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withRequestURI(URI) - Method in class io.pkts.packet.sip.impl.SipRequestBuilder
-
- withRequestURI(String) - Method in class io.pkts.packet.sip.impl.SipRequestBuilder
-
- withRequestURI(URI) - Method in interface io.pkts.packet.sip.SipRequest.Builder
-
- withRequestURI(String) - Method in interface io.pkts.packet.sip.SipRequest.Builder
-
- withRouteHeader(RouteHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withRouteHeader(RouteHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Set a Router header to be used on the message that is being built.
- withRouteHeaders(RouteHeader...) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withRouteHeaders(List<RouteHeader>) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withRouteHeaders(RouteHeader...) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Set a list of Route headers.
- withRouteHeaders(List<RouteHeader>) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withRPort(int) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withRPortFlag() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
When you send out a request you typically want to add rport as a flag parameter
to indicate to the downstream element that it should fill it out.
- withSecure(boolean) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
Mark this
SipURI
as a secure sip address, i.e.
- withSipURI(SipURI) - Static method in interface io.pkts.packet.sip.header.ContactHeader
-
- withStatusCode(int) - Static method in interface io.pkts.packet.sip.SipResponse
-
- withSubType(Buffer) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
Set the sub-section of the media type.
- withSubType(String) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
- withTag(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Convenience method for setting the tag parameter.
- withTag(String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Convenience method for setting the tag parameter.
- withTemplate(SipURI) - Static method in interface io.pkts.packet.sip.address.SipURI
-
- withToHeader(ToHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withToHeader(String) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withToHeader(ToHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withToHeader(String) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
- withTopMostRecordRouteHeader(RecordRouteHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withTopMostRecordRouteHeader(RecordRouteHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Push the given Record Route header to the top of the potential list of existing
Record Route headers.
- withTopMostRouteHeader(RouteHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withTopMostRouteHeader(RouteHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Push the given Route header to the top of the potential list of existing
Route headers.
- withTopMostViaHeader(ViaHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withTopMostViaHeader() - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withTopMostViaHeader(ViaHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Push the given Via header to the top of the potential list of existing
Via headers.
- withTopMostViaHeader() - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Typically the
ViaHeader
will have to be filled out by the stack at some
later point, which is when the message is about to be sent, so when you create
the message you don't have all the details just yet.
- withTransport(Buffer) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withTransport(String) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withTransport(Buffer) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withTransport(String) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withTransport(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withTransport(String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withTransport(Buffer) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
Set the transport.
- withTransport(String) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withTransportSCTP() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set SCTP as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address
object is indeed wrapping).
- withTransportSCTP() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set the transport parameter on the underlying
SipURI
to be "sctp".
- withTransportSCTP() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withTransportTCP() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set TCP as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address
object is indeed wrapping).
- withTransportTCP() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set the transport parameter on the underlying
SipURI
to be "tcp".
- withTransportTCP() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withTransportTLS() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set TLS as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address
object is indeed wrapping).
- withTransportTLS() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set the transport parameter on the underlying
SipURI
to be "tls".
- withTransportTLS() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withTransportUDP() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set UDP as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address
object is indeed wrapping).
- withTransportUDP() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set the transport parameter on the underlying
SipURI
to be "udp".
- withTransportUdp() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withTransportWS() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set WS as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address
object is indeed wrapping).
- withTransportWS() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set the transport parameter on the underlying
SipURI
to be "ws".
- withTransportWS() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withTransportWSS() - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set WSS as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address
object is indeed wrapping).
- withTransportWSS() - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withTransportWSS() - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withType(Buffer) - Static method in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- withType(String) - Static method in interface io.pkts.packet.sip.header.ContentTypeHeader
-
- withType(Buffer) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
Set the "main" content type, i.e.
- withType(String) - Method in class io.pkts.packet.sip.header.MediaTypeHeader.Builder
-
- withURI(URI) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withURI(URI) - Static method in interface io.pkts.packet.sip.address.Address
-
- withURIParameter(Buffer, Buffer) - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set a parameter on the URI within the
Address
object.
- withURIParameter(String, String) - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set a parameter on the URI within the
Address
object.
- withURIParameter(String, int) - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set a parameter on the URI within the
Address
object.
- withURIParameter(Buffer, int) - Method in class io.pkts.packet.sip.address.Address.Builder
-
Set a parameter on the URI within the
Address
object.
- withUriParameter(Buffer, Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set a parameter on the underlying
SipURI
.
- withUriParameter(String, String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
Set a parameter on the underlying
SipURI
.
- withUser(Buffer) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withUser(String) - Method in class io.pkts.packet.sip.address.Address.Builder
-
- withUser(Buffer) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withUser(String) - Method in class io.pkts.packet.sip.address.SipURI.Builder
-
- withUser(String) - Static method in interface io.pkts.packet.sip.address.SipURI
-
Create a new builder based where the user portion has been specified.
- withUser(Buffer) - Static method in interface io.pkts.packet.sip.address.SipURI
-
- withUser(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withUser(String) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withUser(Buffer) - Static method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- withUser(String) - Static method in interface io.pkts.packet.sip.header.RecordRouteHeader
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.AddressParametersHeader.Builder
-
- withValue(int) - Method in class io.pkts.packet.sip.header.ContentLengthHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.ContentLengthHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.ContentTypeHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.CSeqHeader.Builder
-
- withValue(int) - Method in class io.pkts.packet.sip.header.ExpiresHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.ExpiresHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.impl.SipHeaderBuilder
-
- withValue(int) - Method in class io.pkts.packet.sip.header.MaxForwardsHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.MaxForwardsHeader.Builder
-
- withValue(Buffer) - Method in interface io.pkts.packet.sip.header.SipHeader.Builder
-
- withValue(String) - Method in interface io.pkts.packet.sip.header.SipHeader.Builder
-
- withValue(Buffer) - Method in class io.pkts.packet.sip.header.ViaHeader.Builder
-
- withViaHeader(ViaHeader) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withViaHeader(ViaHeader) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Add a Via header to be used on the message that is being built.
- withViaHeaders(ViaHeader...) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withViaHeaders(List<ViaHeader>) - Method in class io.pkts.packet.sip.impl.SipMessageBuilder
-
- withViaHeaders(ViaHeader...) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Set a list of Via headers.
- withViaHeaders(List<ViaHeader>) - Method in interface io.pkts.packet.sip.SipMessage.Builder
-
Set a list of Via headers.
- WS - Static variable in class io.pkts.packet.sip.impl.SipParser
-
- WSS - Static variable in class io.pkts.packet.sip.impl.SipParser
-