NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.parser
Interface TokenNames

All Superinterfaces:
ParameterNames
All Known Subinterfaces:
TokenNamesIms

public interface TokenNames
extends ParameterNames, ParameterNames

A grab bag of SIP Token names.

Version:
1.2 $Revision: 1.10 $ $Date: 2009/07/27 20:35:02 $
Author:
M. Ranganathan

Field Summary
static String ACK
           
static String APR
           
static String AUG
           
static String BYE
           
static String C
           
static String DEC
           
static String E
           
static String F
           
static String FEB
           
static String FRI
           
static String GMT
           
static String I
           
static String INVITE
           
static String JAN
           
static String JUL
           
static String JUN
           
static String K
           
static String L
           
static String M
           
static String MAR
           
static String MAY
           
static String MESSAGE
           
static String MON
           
static String NOTIFY
           
static String NOV
           
static String O
           
static String OCT
           
static String OPTIONS
           
static String PUBLISH
           
static String R
           
static String REGISTER
           
static String S
           
static String SAT
           
static String SEP
           
static String SIP
           
static String SIPS
           
static String SUBSCRIBE
           
static String SUN
           
static String T
           
static String TEL
           
static String THU
           
static String TUE
           
static String U
           
static String V
           
static String WED
           
static String X
           
 
Fields inherited from interface gov.nist.javax.sip.header.ParameterNames
ACTION, ALERT, ALGORITHM, BRANCH, CARD, CAUSE, CNONCE, COOKIE, DIGEST, DOMAIN, DURATION, EMERGENCY, EXPIRES, FROM_TAG, GRUU, HANDLING, HIDDEN, ICON, ID, INFO, MADDR, NC, NEXT_NONCE, NON_URGENT, NONCE, NONCE_COUNT, NORMAL, OPAQUE, OPTIONAL, PASSWORD, PROXY, PUB_GRUU, PUBKEY, PURPOSE, Q, QOP, REALM, RECEIVED, REDIRECT, RENDER, REQUIRED, RESPONSE, RESPONSE_AUTH, RPORT, SESSION, SIGNATURE, SIGNED_BY, SIP_INSTANCE, STALE, TAG, TEMP_GRUU, TEXT, TO_TAG, TRANSPORT, TTL, URGENT, URI, USERNAME, VERSION
 
Fields inherited from interface gov.nist.javax.sip.address.ParameterNames
ISUB, PHONE_CONTEXT_TAG, POSTDIAL, PROVIDER_TAG, SIP_URI_SCHEME, SIPS_URI_SCHEME, TCP, TEL_URI_SCHEME, TLS, UDP
 

Field Detail

INVITE

static final String INVITE
See Also:
Constant Field Values

ACK

static final String ACK
See Also:
Constant Field Values

BYE

static final String BYE
See Also:
Constant Field Values

SUBSCRIBE

static final String SUBSCRIBE
See Also:
Constant Field Values

NOTIFY

static final String NOTIFY
See Also:
Constant Field Values

OPTIONS

static final String OPTIONS
See Also:
Constant Field Values

REGISTER

static final String REGISTER
See Also:
Constant Field Values

MESSAGE

static final String MESSAGE
See Also:
Constant Field Values

PUBLISH

static final String PUBLISH
See Also:
Constant Field Values

SIP

static final String SIP
See Also:
Constant Field Values

SIPS

static final String SIPS
See Also:
Constant Field Values

TEL

static final String TEL
See Also:
Constant Field Values

GMT

static final String GMT
See Also:
Constant Field Values

MON

static final String MON
See Also:
Constant Field Values

TUE

static final String TUE
See Also:
Constant Field Values

WED

static final String WED
See Also:
Constant Field Values

THU

static final String THU
See Also:
Constant Field Values

FRI

static final String FRI
See Also:
Constant Field Values

SAT

static final String SAT
See Also:
Constant Field Values

SUN

static final String SUN
See Also:
Constant Field Values

JAN

static final String JAN
See Also:
Constant Field Values

FEB

static final String FEB
See Also:
Constant Field Values

MAR

static final String MAR
See Also:
Constant Field Values

APR

static final String APR
See Also:
Constant Field Values

MAY

static final String MAY
See Also:
Constant Field Values

JUN

static final String JUN
See Also:
Constant Field Values

JUL

static final String JUL
See Also:
Constant Field Values

AUG

static final String AUG
See Also:
Constant Field Values

SEP

static final String SEP
See Also:
Constant Field Values

OCT

static final String OCT
See Also:
Constant Field Values

NOV

static final String NOV
See Also:
Constant Field Values

DEC

static final String DEC
See Also:
Constant Field Values

K

static final String K
See Also:
Constant Field Values

C

static final String C
See Also:
Constant Field Values

E

static final String E
See Also:
Constant Field Values

F

static final String F
See Also:
Constant Field Values

I

static final String I
See Also:
Constant Field Values

M

static final String M
See Also:
Constant Field Values

L

static final String L
See Also:
Constant Field Values

S

static final String S
See Also:
Constant Field Values

T

static final String T
See Also:
Constant Field Values

U

static final String U
See Also:
Constant Field Values

V

static final String V
See Also:
Constant Field Values

R

static final String R
See Also:
Constant Field Values

O

static final String O
See Also:
Constant Field Values

X

static final String X
See Also:
Constant Field Values

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.