Package | Description |
---|---|
gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
javax.sip.message |
This package contains the interfaces representing SIP messages.
|
Modifier and Type | Class and Description |
---|---|
class |
Expires
Expires SIP Header.
|
class |
MinExpires
MinExpires SIP Header.
|
Modifier and Type | Method and Description |
---|---|
ExpiresHeader |
HeaderFactoryImpl.createExpiresHeader(int expires)
Creates a new ExpiresHeader based on the newly supplied expires value.
|
Modifier and Type | Method and Description |
---|---|
ExpiresHeader |
SIPMessage.getExpires()
Get the exipres header.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setExpires(ExpiresHeader expiresHeader)
Set the expiresHeader
|
Modifier and Type | Interface and Description |
---|---|
interface |
MinExpiresHeader
The Min-Expires header field conveys the minimum refresh interval supported
for soft-state elements managed by that server.
|
Modifier and Type | Method and Description |
---|---|
ExpiresHeader |
HeaderFactory.createExpiresHeader(int expires)
Creates a new ExpiresHeader based on the newly supplied expires value.
|
Modifier and Type | Method and Description |
---|---|
ExpiresHeader |
Message.getExpires()
Gets the ExpiresHeader of this Message.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setExpires(ExpiresHeader expires)
Sets the ExpiresHeader of this Message.
|
Copyright © 2018. All Rights Reserved.