|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that contains a set of constants used by the SIP server. The general constants defined in RFC and the SIP Servlet API are defined here.
Field Summary | |
static int |
APPSESSION_TIMEOUT_DURATION
First period allowed before the SipApplicationSession times out. |
static int |
APPSESSION_TIMEOUT_MAX
Maximum extension timeout period allowed by the SipApplicationSession.setExpires. |
static java.lang.String |
BRANCH_PREFIX
Beginning string of the branch ID based on RFC3261 |
static java.lang.String |
CATTR_FACTORY
Context attribute name that contains the SipFactory. |
static java.lang.String |
CATTR_SUPPORTED
Context attribute name that contains a list of the extension. |
static java.lang.String |
CATTR_TIMER
Context attribute name that contains the TimcerService. |
static java.lang.String |
CATTR_TMPDIR
Context attribute name that contains directory name for usage such as containing persistent information. |
static java.lang.String |
DEFAULT_ENCODING
Default encoding information |
static int |
DEFAULT_EXPIRES
Default "expires" parameter value of Contact header. |
static int |
DEFAULT_MAX_FORWARDS
Default value of the "Max-Forwards" header |
static int |
DEFAULT_MAX_UDP_SIZE
Default value of the maximum size of the SIP message that can be sent via UDP. |
static int |
DEFAULT_MTU_SIZE
Default size (byte) of MTU. |
static long |
DEFAULT_T1
Timeout value of timer T1 |
static long |
DEFAULT_T2
Timeout value of timer T2 |
static long |
DEFAULT_T4
Timeout value of timer T4 |
static int |
DEFAULT_TCP_PORT
Default port number when using TCP transport |
static int |
DEFAULT_TLS_PORT
Default port number when using TLS transport |
static int |
DEFAULT_UDP_PORT
Default port number when using UDP transport |
static java.lang.String |
HEADER_CLUSTER_INFO
Special header used as a hint for SIP load balancer to determine the destination of failover. |
static java.lang.String |
HEADER_PARAMETER_CLUSTER
Parameters set for From, To, etc, used as a hint for SIP load balancer to determine the destination of failover. |
static java.lang.String |
HEADER_PROXY_POLICY
Special header that sets the proxy processing policy used when sending a certain request. |
static long |
MINUTE
Long constant that expresses one minute in milliseconds. |
static int |
MTU_HEADER_SIZE
IP, UDP header size of MTU. |
static java.lang.String |
SIP_VERSION
SIP's protocol name/version number |
static int |
UDP_PACKET_SIZE
Maximum receiving UDP packet size. |
Field Detail |
public static final long MINUTE
public static final java.lang.String SIP_VERSION
8.1.1.7
,
Constant Field Valuespublic static final java.lang.String DEFAULT_ENCODING
7
,
Constant Field Valuespublic static final java.lang.String BRANCH_PREFIX
8.1.1.7
,
Constant Field Valuespublic static final int DEFAULT_MAX_FORWARDS
8.1.1.6
,
Constant Field Valuespublic static final int DEFAULT_TCP_PORT
8.1.1.6
,
Constant Field Valuespublic static final int DEFAULT_UDP_PORT
public static final int DEFAULT_TLS_PORT
public static final long DEFAULT_T1
Appendix A
,
Constant Field Valuespublic static final long DEFAULT_T2
Appendix A
,
Constant Field Valuespublic static final long DEFAULT_T4
Appendix A
,
Constant Field Valuespublic static final int DEFAULT_EXPIRES
Sec 8.3, Sec 10.2
,
Constant Field Valuespublic static final int UDP_PACKET_SIZE
Sec 18.1.1
,
Constant Field Valuespublic static final int DEFAULT_MTU_SIZE
Sec 18.1.1
,
Constant Field Valuespublic static final int MTU_HEADER_SIZE
Sec 18.1.1
,
Constant Field Valuespublic static final int DEFAULT_MAX_UDP_SIZE
DEFAULT_MTU_SIZE - MTU_HEADER_SIZE
.
Sec 18.1.1
,
Constant Field Valuespublic static final int APPSESSION_TIMEOUT_DURATION
public static final int APPSESSION_TIMEOUT_MAX
public static final java.lang.String CATTR_FACTORY
public static final java.lang.String CATTR_SUPPORTED
public static final java.lang.String CATTR_TIMER
public static final java.lang.String CATTR_TMPDIR
public static final java.lang.String HEADER_PROXY_POLICY
public static final java.lang.String HEADER_PARAMETER_CLUSTER
public static final java.lang.String HEADER_CLUSTER_INFO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |