| Package | Description |
|---|---|
| io.pkts.packet.sip.header | |
| io.pkts.packet.sip.header.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddressParametersHeader |
interface |
ContactHeader |
interface |
ContentTypeHeader
Represents the a content type header.
|
interface |
FromHeader
Source: RFC 3261 section 8.1.1.3
|
interface |
RecordRouteHeader
Source: RFC 3261 section 20.30
|
interface |
RouteHeader
Source: RFC 3261 section 20.30
|
interface |
ToHeader |
interface |
ViaHeader
Source rfc 3261 section 8.1.1.7
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressParametersHeaderImpl
A base class for all headers that implmenets both the
Address and Parameters
interfaces, such as the ToHeader and FromHeader. |
class |
ContactHeaderImpl |
class |
ContentTypeHeaderImpl |
class |
FromHeaderImpl |
class |
MediaTypeHeaderImpl
Base class for
MediaTypeHeaders |
class |
ParametersImpl |
class |
RecordRouteHeaderImpl |
class |
RouteHeaderImpl |
class |
ToHeaderImpl |
class |
ViaHeaderImpl
Not extending the
ParametersImpl because the way we parse the
Via-header we have already parsed the parameters. |
Copyright © 2017. All Rights Reserved.