|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionExpiresHeader
Header interface for the Sesison-Expires SIP header as defined in RFF 4028. The Session-Expires header field establishes the upper bound for the session refresh interval; i.e., the time period after processing a request for which any session-stateful proxy must retain its state for this session. Any proxy servicing this request can lower this value, but it is not allowed to decrease it below the value specified in the Min-SE header field.
MinSEHeader
Field Summary | |
---|---|
static String |
NAME
|
static String |
REFRESHER_UAC
|
static String |
REFRESHER_UAS
|
Method Summary | |
---|---|
int |
getExpires()
Get the expires parameter. |
String |
getRefresher()
Get the Refresher. |
void |
setExpires(int expires)
Set the expires parameter. |
void |
setRefresher(String refresher)
Set the Refresher parameter. |
Methods inherited from interface javax.sip.header.Parameters |
---|
getParameter, getParameter, getParameterNames, removeParameter, setParameter |
Methods inherited from interface javax.sip.header.ExtensionHeader |
---|
getValue, setValue |
Methods inherited from interface javax.sip.header.Header |
---|
clone, equals, getName, hashCode, toString |
Field Detail |
---|
static final String REFRESHER_UAS
static final String REFRESHER_UAC
static final String NAME
Method Detail |
---|
int getExpires()
void setExpires(int expires) throws InvalidArgumentException
expires
- - the expires parameter to set.
InvalidArgumentException
String getRefresher()
void setRefresher(String refresher) throws ParseException
refresher
- - the Refresher to set. Must be "uas" or "uac".
ParseException
|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |