gov.nist.javax.sip.parser
Interface TokenTypes
- All Known Implementing Classes:
- Parser
- public interface TokenTypes
START
public static final int START
- See Also:
- Constant Field Values
END
public static final int END
- See Also:
- Constant Field Values
SIP
public static final int SIP
- See Also:
- Constant Field Values
REGISTER
public static final int REGISTER
- See Also:
- Constant Field Values
INVITE
public static final int INVITE
- See Also:
- Constant Field Values
ACK
public static final int ACK
- See Also:
- Constant Field Values
BYE
public static final int BYE
- See Also:
- Constant Field Values
OPTIONS
public static final int OPTIONS
- See Also:
- Constant Field Values
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
ERROR_INFO
public static final int ERROR_INFO
- See Also:
- Constant Field Values
IN_REPLY_TO
public static final int IN_REPLY_TO
- See Also:
- Constant Field Values
MIME_VERSION
public static final int MIME_VERSION
- See Also:
- Constant Field Values
ALERT_INFO
public static final int ALERT_INFO
- See Also:
- Constant Field Values
FROM
public static final int FROM
- See Also:
- Constant Field Values
TO
public static final int TO
- See Also:
- Constant Field Values
VIA
public static final int VIA
- See Also:
- Constant Field Values
USER_AGENT
public static final int USER_AGENT
- See Also:
- Constant Field Values
SERVER
public static final int SERVER
- See Also:
- Constant Field Values
ACCEPT_ENCODING
public static final int ACCEPT_ENCODING
- See Also:
- Constant Field Values
ACCEPT
public static final int ACCEPT
- See Also:
- Constant Field Values
ALLOW
public static final int ALLOW
- See Also:
- Constant Field Values
ROUTE
public static final int ROUTE
- See Also:
- Constant Field Values
AUTHORIZATION
public static final int AUTHORIZATION
- See Also:
- Constant Field Values
PROXY_AUTHORIZATION
public static final int PROXY_AUTHORIZATION
- See Also:
- Constant Field Values
RETRY_AFTER
public static final int RETRY_AFTER
- See Also:
- Constant Field Values
PROXY_REQUIRE
public static final int PROXY_REQUIRE
- See Also:
- Constant Field Values
CONTENT_LANGUAGE
public static final int CONTENT_LANGUAGE
- See Also:
- Constant Field Values
UNSUPPORTED
public static final int UNSUPPORTED
- See Also:
- Constant Field Values
SUPPORTED
public static final int SUPPORTED
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
MAX_FORWARDS
public static final int MAX_FORWARDS
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
PRIORITY
public static final int PRIORITY
- See Also:
- Constant Field Values
PROXY_AUTHENTICATE
public static final int PROXY_AUTHENTICATE
- See Also:
- Constant Field Values
CONTENT_ENCODING
public static final int CONTENT_ENCODING
- See Also:
- Constant Field Values
CONTENT_LENGTH
public static final int CONTENT_LENGTH
- See Also:
- Constant Field Values
SUBJECT
public static final int SUBJECT
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final int CONTENT_TYPE
- See Also:
- Constant Field Values
CONTACT
public static final int CONTACT
- See Also:
- Constant Field Values
CALL_ID
public static final int CALL_ID
- See Also:
- Constant Field Values
REQUIRE
public static final int REQUIRE
- See Also:
- Constant Field Values
EXPIRES
public static final int EXPIRES
- See Also:
- Constant Field Values
ENCRYPTION
public static final int ENCRYPTION
- See Also:
- Constant Field Values
RECORD_ROUTE
public static final int RECORD_ROUTE
- See Also:
- Constant Field Values
ORGANIZATION
public static final int ORGANIZATION
- See Also:
- Constant Field Values
CSEQ
public static final int CSEQ
- See Also:
- Constant Field Values
ACCEPT_LANGUAGE
public static final int ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
WWW_AUTHENTICATE
public static final int WWW_AUTHENTICATE
- See Also:
- Constant Field Values
RESPONSE_KEY
public static final int RESPONSE_KEY
- See Also:
- Constant Field Values
HIDE
public static final int HIDE
- See Also:
- Constant Field Values
CALL_INFO
public static final int CALL_INFO
- See Also:
- Constant Field Values
CONTENT_DISPOSITION
public static final int CONTENT_DISPOSITION
- See Also:
- Constant Field Values
SUBSCRIBE
public static final int SUBSCRIBE
- See Also:
- Constant Field Values
NOTIFY
public static final int NOTIFY
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
SUBSCRIPTION_STATE
public static final int SUBSCRIPTION_STATE
- See Also:
- Constant Field Values
TEL
public static final int TEL
- See Also:
- Constant Field Values
REPLY_TO
public static final int REPLY_TO
- See Also:
- Constant Field Values
REASON
public static final int REASON
- See Also:
- Constant Field Values
RSEQ
public static final int RSEQ
- See Also:
- Constant Field Values
RACK
public static final int RACK
- See Also:
- Constant Field Values
MIN_EXPIRES
public static final int MIN_EXPIRES
- See Also:
- Constant Field Values
EVENT
public static final int EVENT
- See Also:
- Constant Field Values
AUTHENTICATION_INFO
public static final int AUTHENTICATION_INFO
- See Also:
- Constant Field Values
ALLOW_EVENTS
public static final int ALLOW_EVENTS
- See Also:
- Constant Field Values
ALPHA
public static final int ALPHA
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
WHITESPACE
public static final int WHITESPACE
- See Also:
- Constant Field Values
BACKSLASH
public static final int BACKSLASH
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
SP
public static final int SP
- See Also:
- Constant Field Values
HT
public static final int HT
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
DOLLAR
public static final int DOLLAR
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
POUND
public static final int POUND
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
DOUBLEQUOTE
public static final int DOUBLEQUOTE
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
BACK_QUOTE
public static final int BACK_QUOTE
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
L_SQUARE_BRACKET
public static final int L_SQUARE_BRACKET
- See Also:
- Constant Field Values
R_SQUARE_BRACKET
public static final int R_SQUARE_BRACKET
- See Also:
- Constant Field Values
R_CURLY
public static final int R_CURLY
- See Also:
- Constant Field Values
L_CURLY
public static final int L_CURLY
- See Also:
- Constant Field Values
HAT
public static final int HAT
- See Also:
- Constant Field Values
BAR
public static final int BAR
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
EXCLAMATION
public static final int EXCLAMATION
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
GREATER_THAN
public static final int GREATER_THAN
- See Also:
- Constant Field Values
LESS_THAN
public static final int LESS_THAN
- See Also:
- Constant Field Values
PERCENT
public static final int PERCENT
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
UNDERSCORE
public static final int UNDERSCORE
- See Also:
- Constant Field Values
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.