FileDocCategorySizeDatePackage
TokenTypes.javaAPI DocphoneME MR2 API (J2ME)11878Wed May 02 18:00:42 BST 2007gov.nist.siplite.parser

TokenTypes

public interface TokenTypes
Token types.

Fields Summary
public static final int
START
Start token type.
public static final int
END
End token type.
public static final int
SIP
SIP protocol scheme token type.
public static final int
REGISTER
Registration method token type.
public static final int
INVITE
Invitation method token type.
public static final int
ACK
Acknowledgement response token type.
public static final int
BYE
Termination response token type.
public static final int
OPTIONS
Options request token type.
public static final int
CANCEL
Cancelation response token type.
public static final int
ERROR_INFO
Error information response token type.
public static final int
IN_REPLY_TO
Reply message response token type.
public static final int
MIME_VERSION
MIME message version token type.
public static final int
ALERT_INFO
Alert information token type.
public static final int
FROM
From message header token type.
public static final int
TO
To message header token type.
public static final int
VIA
Via message header token type.
public static final int
USER_AGENT
User agent message header token type.
public static final int
SERVER
Server message header token type.
public static final int
ACCEPT_ENCODING
Accept encoding message header token type.
public static final int
ACCEPT
Accept types message header token type.
public static final int
ALLOW
Allow message header token type.
public static final int
ROUTE
Message route header token type.
public static final int
AUTHORIZATION
Authorization header token type.
public static final int
PROXY_AUTHORIZATION
Proxy authorization header token type.
public static final int
RETRY_AFTER
Retry transmission header token type.
public static final int
PROXY_REQUIRE
Proxy required response token type.
public static final int
CONTENT_LANGUAGE
Content language header token type.
public static final int
UNSUPPORTED
Unsupported message token type.
public static final int
SUPPORTED
Supported message token type.
public static final int
WARNING
Warning message token type.
public static final int
MAX_FORWARDS
Maximum forwards header token type.
public static final int
DATE
Date header token type.
public static final int
PRIORITY
Priority header token type.
public static final int
PROXY_AUTHENTICATE
Proxy authenticate header token type.
public static final int
CONTENT_ENCODING
Content encoding header token type.
public static final int
CONTENT_LENGTH
Content length header token type.
public static final int
SUBJECT
Subject header token type.
public static final int
CONTENT_TYPE
Content type header token type.
public static final int
CONTACT
Contact header token type.
public static final int
CALL_ID
Caller identification header token type.
public static final int
REQUIRE
Required header token type.
public static final int
EXPIRES
Expires header token type.
public static final int
ENCRYPTION
Encryption header token type.
public static final int
RECORD_ROUTE
Record routing header token type.
public static final int
ORGANIZATION
Organization header token type.
public static final int
CSEQ
C-Sequence header token type.
public static final int
ACCEPT_LANGUAGE
Accept language header token type.
public static final int
WWW_AUTHENTICATE
WWW Authenticate header token type.
public static final int
RESPONSE_KEY
Response key header token type.
public static final int
HIDE
Hide header token type.
public static final int
CALL_INFO
Caller information header token type.
public static final int
CONTENT_DISPOSITION
Content disposition header token type.
public static final int
SUBSCRIBE
Subscription method token type.
public static final int
NOTIFY
Notification method token type.
public static final int
TIMESTAMP
Timestamp header token type.
public static final int
SUBSCRIPTION_STATE
Subscription state header token type.
public static final int
TEL
Telephone protocol scheme token type.
public static final int
REPLY_TO
Reply to message header token type.
public static final int
REASON
Reason header token type.
public static final int
RSEQ
R-sequence header token type.
public static final int
RACK
R-acknowledgement header token type.
public static final int
MIN_EXPIRES
Minutes til expiration header token type.
public static final int
EVENT
Event header token type.
public static final int
AUTHENTICATION_INFO
Authentication information token type.
public static final int
ALLOW_EVENTS
Allow events token type.
public static final int
REFER_TO
Refer-To token type.
public static final int
SIPS
SIPS protocol scheme token type.
public static final int
MESSAGE
MESSAGE method token type.
public static final int
REFER
REFER method token type.
public static final int
PRACK
PRACK method token type.
public static final int
INFO
INFO method token type.
public static final int
UPDATE
UPDATE method token type.
public static final int
PUBLISH
PUBLISH method token type.
public static final int
ACCEPT_CONTACT
ACCEPT_CONTACT method token type.
public static final int
ALPHA
Alphabetic token type.
public static final int
DIGIT
Decimal digit token type.
public static final int
ID
Identifier token type.
public static final int
WHITESPACE
Whitespace token type.
public static final int
BACKSLASH
Escaped character (backslash) token type.
public static final int
QUOTE
Quote character token type.
public static final int
AT
At sign token type.
public static final int
SP
Space character (' ') token type.
public static final int
HT
Horizontal tab token type.
public static final int
COLON
Colon character token type.
public static final int
STAR
Asterisk character token type.
public static final int
DOLLAR
Dollar sign character token type.
public static final int
PLUS
Plus sign character token type.
public static final int
POUND
Hash mark character token type.
public static final int
MINUS
Minus sign character token type.
public static final int
DOUBLEQUOTE
Double quote character token type.
public static final int
TILDE
Tilde character token type.
public static final int
BACK_QUOTE
Back quote character token type.
public static final int
NULL
Null token type.
public static final int
EQUALS
Equals sign character token type.
public static final int
SEMICOLON
Semicolon character token type.
public static final int
SLASH
Forward slash character token type.
public static final int
L_SQUARE_BRACKET
Left square bracket character token type.
public static final int
R_SQUARE_BRACKET
Right square bracket character token type.
public static final int
R_CURLY
Right curly bracket character token type.
public static final int
L_CURLY
Left curly bracket character token type.
public static final int
HAT
Carret character token type.
public static final int
BAR
Vertical bar character token type.
public static final int
DOT
Period character token type.
public static final int
EXCLAMATION
Exclamation character token type.
public static final int
LPAREN
Left paren character token type.
public static final int
RPAREN
Right paren character token type.
public static final int
GREATER_THAN
Right angle bracket character token type.
public static final int
LESS_THAN
Left angle bracket character token type.
public static final int
PERCENT
Percentage character token type.
public static final int
QUESTION
Question mark character token type.
public static final int
AND
Ampersand character token type.
public static final int
UNDERSCORE
Underscore character token type.
Constructors Summary
Methods Summary