NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.parser
Interface TokenTypes

All Known Implementing Classes:
Parser

public interface TokenTypes


Field Summary
static int ACCEPT
           
static int ACCEPT_ENCODING
           
static int ACCEPT_LANGUAGE
           
static int ACK
           
static int ALERT_INFO
           
static int ALLOW
           
static int ALLOW_EVENTS
           
static int ALPHA
           
static int AND
           
static int AT
           
static int AUTHENTICATION_INFO
           
static int AUTHORIZATION
           
static int BACK_QUOTE
           
static int BACKSLASH
           
static int BAR
           
static int BYE
           
static int CALL_ID
           
static int CALL_INFO
           
static int CANCEL
           
static int COLON
           
static int CONTACT
           
static int CONTENT_DISPOSITION
           
static int CONTENT_ENCODING
           
static int CONTENT_LANGUAGE
           
static int CONTENT_LENGTH
           
static int CONTENT_TYPE
           
static int CSEQ
           
static int DATE
           
static int DIGIT
           
static int DOLLAR
           
static int DOT
           
static int DOUBLEQUOTE
           
static int ENCRYPTION
           
static int END
           
static int EQUALS
           
static int ERROR_INFO
           
static int EVENT
           
static int EXCLAMATION
           
static int EXPIRES
           
static int FROM
           
static int GREATER_THAN
           
static int HAT
           
static int HIDE
           
static int HT
           
static int ID
           
static int IN_REPLY_TO
           
static int INVITE
           
static int L_CURLY
           
static int L_SQUARE_BRACKET
           
static int LESS_THAN
           
static int LPAREN
           
static int MAX_FORWARDS
           
static int MIME_VERSION
           
static int MIN_EXPIRES
           
static int MINUS
           
static int NOTIFY
           
static int NULL
           
static int OPTIONS
           
static int ORGANIZATION
           
static int PERCENT
           
static int PLUS
           
static int POUND
           
static int PRIORITY
           
static int PROXY_AUTHENTICATE
           
static int PROXY_AUTHORIZATION
           
static int PROXY_REQUIRE
           
static int QUESTION
           
static int QUOTE
           
static int R_CURLY
           
static int R_SQUARE_BRACKET
           
static int RACK
           
static int REASON
           
static int RECORD_ROUTE
           
static int REGISTER
           
static int REPLY_TO
           
static int REQUIRE
           
static int RESPONSE_KEY
           
static int RETRY_AFTER
           
static int ROUTE
           
static int RPAREN
           
static int RSEQ
           
static int SEMICOLON
           
static int SERVER
           
static int SIP
           
static int SLASH
           
static int SP
           
static int STAR
           
static int START
           
static int SUBJECT
           
static int SUBSCRIBE
           
static int SUBSCRIPTION_STATE
           
static int SUPPORTED
           
static int TEL
           
static int TILDE
           
static int TIMESTAMP
           
static int TO
           
static int UNDERSCORE
           
static int UNSUPPORTED
           
static int USER_AGENT
           
static int VIA
           
static int WARNING
           
static int WHITESPACE
           
static int WWW_AUTHENTICATE
           
 

Field Detail

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

NIST SIP Parser and Stack (v1.2) API

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.