Java Doc for TokenTypes.java in  » 6.0-JDK-Modules » j2me » gov » nist » siplite » parser » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » gov.nist.siplite.parser 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


gov.nist.siplite.parser.TokenTypes

All known Subclasses:   gov.nist.siplite.parser.Parser,
TokenTypes
public interface TokenTypes (Code)
Token types.


Field Summary
final public static  intACCEPT
     Accept types message header token type.
final public static  intACCEPT_CONTACT
     ACCEPT_CONTACT method token type.
final public static  intACCEPT_ENCODING
     Accept encoding message header token type.
final public static  intACCEPT_LANGUAGE
     Accept language header token type.
final public static  intACK
     Acknowledgement response token type.
final public static  intALERT_INFO
     Alert information token type.
final public static  intALLOW
     Allow message header token type.
final public static  intALLOW_EVENTS
     Allow events token type.
final public static  intALPHA
     Alphabetic token type.
final public static  intAND
     Ampersand character token type.
final public static  intAT
     At sign token type.
final public static  intAUTHENTICATION_INFO
     Authentication information token type.
final public static  intAUTHORIZATION
     Authorization header token type.
final public static  intBACKSLASH
     Escaped character (backslash) token type.
final public static  intBACK_QUOTE
     Back quote character token type.
final public static  intBAR
     Vertical bar character token type.
final public static  intBYE
     Termination response token type.
final public static  intCALL_ID
     Caller identification header token type.
final public static  intCALL_INFO
     Caller information header token type.
final public static  intCANCEL
     Cancelation response token type.
final public static  intCOLON
     Colon character token type.
final public static  intCONTACT
     Contact header token type.
final public static  intCONTENT_DISPOSITION
     Content disposition header token type.
final public static  intCONTENT_ENCODING
     Content encoding header token type.
final public static  intCONTENT_LANGUAGE
     Content language header token type.
final public static  intCONTENT_LENGTH
     Content length header token type.
final public static  intCONTENT_TYPE
     Content type header token type.
final public static  intCSEQ
     C-Sequence header token type.
final public static  intDATE
     Date header token type.
final public static  intDIGIT
     Decimal digit token type.
final public static  intDOLLAR
     Dollar sign character token type.
final public static  intDOT
     Period character token type.
final public static  intDOUBLEQUOTE
     Double quote character token type.
final public static  intENCRYPTION
     Encryption header token type.
final public static  intEND
     End token type.
final public static  intEQUALS
     Equals sign character token type.
final public static  intERROR_INFO
     Error information response token type.
final public static  intEVENT
     Event header token type.
final public static  intEXCLAMATION
     Exclamation character token type.
final public static  intEXPIRES
     Expires header token type.
final public static  intFROM
     From message header token type.
final public static  intGREATER_THAN
     Right angle bracket character token type.
final public static  intHAT
     Carret character token type.
final public static  intHIDE
     Hide header token type.
final public static  intHT
     Horizontal tab token type.
final public static  intID
     Identifier token type.
final public static  intINFO
     INFO method token type.
final public static  intINVITE
     Invitation method token type.
final public static  intIN_REPLY_TO
     Reply message response token type.
final public static  intLESS_THAN
     Left angle bracket character token type.
final public static  intLPAREN
     Left paren character token type.
final public static  intL_CURLY
     Left curly bracket character token type.
final public static  intL_SQUARE_BRACKET
     Left square bracket character token type.
final public static  intMAX_FORWARDS
     Maximum forwards header token type.
final public static  intMESSAGE
     MESSAGE method token type.
final public static  intMIME_VERSION
     MIME message version token type.
final public static  intMINUS
     Minus sign character token type.
final public static  intMIN_EXPIRES
     Minutes til expiration header token type.
final public static  intNOTIFY
     Notification method token type.
final public static  intNULL
     Null token type.
final public static  intOPTIONS
     Options request token type.
final public static  intORGANIZATION
     Organization header token type.
final public static  intPERCENT
     Percentage character token type.
final public static  intPLUS
     Plus sign character token type.
final public static  intPOUND
     Hash mark character token type.
final public static  intPRACK
     PRACK method token type.
final public static  intPRIORITY
     Priority header token type.
final public static  intPROXY_AUTHENTICATE
     Proxy authenticate header token type.
final public static  intPROXY_AUTHORIZATION
     Proxy authorization header token type.
final public static  intPROXY_REQUIRE
     Proxy required response token type.
final public static  intPUBLISH
     PUBLISH method token type.
final public static  intQUESTION
     Question mark character token type.
final public static  intQUOTE
     Quote character token type.
final public static  intRACK
     R-acknowledgement header token type.
final public static  intREASON
     Reason header token type.
final public static  intRECORD_ROUTE
     Record routing header token type.
final public static  intREFER
     REFER method token type.
final public static  intREFER_TO
     Refer-To token type.
final public static  intREGISTER
     Registration method token type.
final public static  intREPLY_TO
     Reply to message header token type.
final public static  intREQUIRE
     Required header token type.
final public static  intRESPONSE_KEY
     Response key header token type.
final public static  intRETRY_AFTER
     Retry transmission header token type.
final public static  intROUTE
     Message route header token type.
final public static  intRPAREN
     Right paren character token type.
final public static  intRSEQ
     R-sequence header token type.
final public static  intR_CURLY
     Right curly bracket character token type.
final public static  intR_SQUARE_BRACKET
     Right square bracket character token type.
final public static  intSEMICOLON
     Semicolon character token type.
final public static  intSERVER
     Server message header token type.
final public static  intSIP
     SIP protocol scheme token type.
final public static  intSIPS
     SIPS protocol scheme token type.
final public static  intSLASH
     Forward slash character token type.
final public static  intSP
     Space character (' ') token type.
final public static  intSTAR
     Asterisk character token type.
final public static  intSTART
     Start token type.
final public static  intSUBJECT
     Subject header token type.
final public static  intSUBSCRIBE
     Subscription method token type.
final public static  intSUBSCRIPTION_STATE
     Subscription state header token type.
final public static  intSUPPORTED
     Supported message token type.
final public static  intTEL
     Telephone protocol scheme token type.
final public static  intTILDE
     Tilde character token type.
final public static  intTIMESTAMP
     Timestamp header token type.
final public static  intTO
     To message header token type.
final public static  intUNDERSCORE
     Underscore character token type.
final public static  intUNSUPPORTED
     Unsupported message token type.
final public static  intUPDATE
     UPDATE method token type.
final public static  intUSER_AGENT
     User agent message header token type.
final public static  intVIA
     Via message header token type.
final public static  intWARNING
     Warning message token type.
final public static  intWHITESPACE
     Whitespace token type.
final public static  intWWW_AUTHENTICATE
     WWW Authenticate header token type.



Field Detail
ACCEPT
final public static int ACCEPT(Code)
Accept types message header token type.



ACCEPT_CONTACT
final public static int ACCEPT_CONTACT(Code)
ACCEPT_CONTACT method token type.



ACCEPT_ENCODING
final public static int ACCEPT_ENCODING(Code)
Accept encoding message header token type.



ACCEPT_LANGUAGE
final public static int ACCEPT_LANGUAGE(Code)
Accept language header token type.



ACK
final public static int ACK(Code)
Acknowledgement response token type.



ALERT_INFO
final public static int ALERT_INFO(Code)
Alert information token type.



ALLOW
final public static int ALLOW(Code)
Allow message header token type.



ALLOW_EVENTS
final public static int ALLOW_EVENTS(Code)
Allow events token type.



ALPHA
final public static int ALPHA(Code)
Alphabetic token type.



AND
final public static int AND(Code)
Ampersand character token type.



AT
final public static int AT(Code)
At sign token type.



AUTHENTICATION_INFO
final public static int AUTHENTICATION_INFO(Code)
Authentication information token type.



AUTHORIZATION
final public static int AUTHORIZATION(Code)
Authorization header token type.



BACKSLASH
final public static int BACKSLASH(Code)
Escaped character (backslash) token type.



BACK_QUOTE
final public static int BACK_QUOTE(Code)
Back quote character token type.



BAR
final public static int BAR(Code)
Vertical bar character token type.



BYE
final public static int BYE(Code)
Termination response token type.



CALL_ID
final public static int CALL_ID(Code)
Caller identification header token type.



CALL_INFO
final public static int CALL_INFO(Code)
Caller information header token type.



CANCEL
final public static int CANCEL(Code)
Cancelation response token type.



COLON
final public static int COLON(Code)
Colon character token type.



CONTACT
final public static int CONTACT(Code)
Contact header token type.



CONTENT_DISPOSITION
final public static int CONTENT_DISPOSITION(Code)
Content disposition header token type.



CONTENT_ENCODING
final public static int CONTENT_ENCODING(Code)
Content encoding header token type.



CONTENT_LANGUAGE
final public static int CONTENT_LANGUAGE(Code)
Content language header token type.



CONTENT_LENGTH
final public static int CONTENT_LENGTH(Code)
Content length header token type.



CONTENT_TYPE
final public static int CONTENT_TYPE(Code)
Content type header token type.



CSEQ
final public static int CSEQ(Code)
C-Sequence header token type.



DATE
final public static int DATE(Code)
Date header token type.



DIGIT
final public static int DIGIT(Code)
Decimal digit token type.



DOLLAR
final public static int DOLLAR(Code)
Dollar sign character token type.



DOT
final public static int DOT(Code)
Period character token type.



DOUBLEQUOTE
final public static int DOUBLEQUOTE(Code)
Double quote character token type.



ENCRYPTION
final public static int ENCRYPTION(Code)
Encryption header token type.



END
final public static int END(Code)
End token type.



EQUALS
final public static int EQUALS(Code)
Equals sign character token type.



ERROR_INFO
final public static int ERROR_INFO(Code)
Error information response token type.



EVENT
final public static int EVENT(Code)
Event header token type.



EXCLAMATION
final public static int EXCLAMATION(Code)
Exclamation character token type.



EXPIRES
final public static int EXPIRES(Code)
Expires header token type.



FROM
final public static int FROM(Code)
From message header token type.



GREATER_THAN
final public static int GREATER_THAN(Code)
Right angle bracket character token type.



HAT
final public static int HAT(Code)
Carret character token type.



HIDE
final public static int HIDE(Code)
Hide header token type.



HT
final public static int HT(Code)
Horizontal tab token type.



ID
final public static int ID(Code)
Identifier token type.



INFO
final public static int INFO(Code)
INFO method token type.



INVITE
final public static int INVITE(Code)
Invitation method token type.



IN_REPLY_TO
final public static int IN_REPLY_TO(Code)
Reply message response token type.



LESS_THAN
final public static int LESS_THAN(Code)
Left angle bracket character token type.



LPAREN
final public static int LPAREN(Code)
Left paren character token type.



L_CURLY
final public static int L_CURLY(Code)
Left curly bracket character token type.



L_SQUARE_BRACKET
final public static int L_SQUARE_BRACKET(Code)
Left square bracket character token type.



MAX_FORWARDS
final public static int MAX_FORWARDS(Code)
Maximum forwards header token type.



MESSAGE
final public static int MESSAGE(Code)
MESSAGE method token type.



MIME_VERSION
final public static int MIME_VERSION(Code)
MIME message version token type.



MINUS
final public static int MINUS(Code)
Minus sign character token type.



MIN_EXPIRES
final public static int MIN_EXPIRES(Code)
Minutes til expiration header token type.



NOTIFY
final public static int NOTIFY(Code)
Notification method token type.



NULL
final public static int NULL(Code)
Null token type.



OPTIONS
final public static int OPTIONS(Code)
Options request token type.



ORGANIZATION
final public static int ORGANIZATION(Code)
Organization header token type.



PERCENT
final public static int PERCENT(Code)
Percentage character token type.



PLUS
final public static int PLUS(Code)
Plus sign character token type.



POUND
final public static int POUND(Code)
Hash mark character token type.



PRACK
final public static int PRACK(Code)
PRACK method token type.



PRIORITY
final public static int PRIORITY(Code)
Priority header token type.



PROXY_AUTHENTICATE
final public static int PROXY_AUTHENTICATE(Code)
Proxy authenticate header token type.



PROXY_AUTHORIZATION
final public static int PROXY_AUTHORIZATION(Code)
Proxy authorization header token type.



PROXY_REQUIRE
final public static int PROXY_REQUIRE(Code)
Proxy required response token type.



PUBLISH
final public static int PUBLISH(Code)
PUBLISH method token type.



QUESTION
final public static int QUESTION(Code)
Question mark character token type.



QUOTE
final public static int QUOTE(Code)
Quote character token type.



RACK
final public static int RACK(Code)
R-acknowledgement header token type.



REASON
final public static int REASON(Code)
Reason header token type.



RECORD_ROUTE
final public static int RECORD_ROUTE(Code)
Record routing header token type.



REFER
final public static int REFER(Code)
REFER method token type.



REFER_TO
final public static int REFER_TO(Code)
Refer-To token type.



REGISTER
final public static int REGISTER(Code)
Registration method token type.



REPLY_TO
final public static int REPLY_TO(Code)
Reply to message header token type.



REQUIRE
final public static int REQUIRE(Code)
Required header token type.



RESPONSE_KEY
final public static int RESPONSE_KEY(Code)
Response key header token type.



RETRY_AFTER
final public static int RETRY_AFTER(Code)
Retry transmission header token type.



ROUTE
final public static int ROUTE(Code)
Message route header token type.



RPAREN
final public static int RPAREN(Code)
Right paren character token type.



RSEQ
final public static int RSEQ(Code)
R-sequence header token type.



R_CURLY
final public static int R_CURLY(Code)
Right curly bracket character token type.



R_SQUARE_BRACKET
final public static int R_SQUARE_BRACKET(Code)
Right square bracket character token type.



SEMICOLON
final public static int SEMICOLON(Code)
Semicolon character token type.



SERVER
final public static int SERVER(Code)
Server message header token type.



SIP
final public static int SIP(Code)
SIP protocol scheme token type.



SIPS
final public static int SIPS(Code)
SIPS protocol scheme token type.



SLASH
final public static int SLASH(Code)
Forward slash character token type.



SP
final public static int SP(Code)
Space character (' ') token type.



STAR
final public static int STAR(Code)
Asterisk character token type.



START
final public static int START(Code)
Start token type.



SUBJECT
final public static int SUBJECT(Code)
Subject header token type.



SUBSCRIBE
final public static int SUBSCRIBE(Code)
Subscription method token type.



SUBSCRIPTION_STATE
final public static int SUBSCRIPTION_STATE(Code)
Subscription state header token type.



SUPPORTED
final public static int SUPPORTED(Code)
Supported message token type.



TEL
final public static int TEL(Code)
Telephone protocol scheme token type.



TILDE
final public static int TILDE(Code)
Tilde character token type.



TIMESTAMP
final public static int TIMESTAMP(Code)
Timestamp header token type.



TO
final public static int TO(Code)
To message header token type.



UNDERSCORE
final public static int UNDERSCORE(Code)
Underscore character token type.



UNSUPPORTED
final public static int UNSUPPORTED(Code)
Unsupported message token type.



UPDATE
final public static int UPDATE(Code)
UPDATE method token type.



USER_AGENT
final public static int USER_AGENT(Code)
User agent message header token type.



VIA
final public static int VIA(Code)
Via message header token type.



WARNING
final public static int WARNING(Code)
Warning message token type.



WHITESPACE
final public static int WHITESPACE(Code)
Whitespace token type.



WWW_AUTHENTICATE
final public static int WWW_AUTHENTICATE(Code)
WWW Authenticate header token type.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.