NIST SIP Parser and Stack (v1.2) API

gov.nist.core
Class Token

java.lang.Object
  |
  +--gov.nist.core.Token

public class Token
extends Object

Base token class.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Constructor Summary
Token()
           
 
Method Summary
 int getTokenType()
           
 String getTokenValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Token

public Token()
Method Detail

getTokenValue

public String getTokenValue()

getTokenType

public int getTokenType()

toString

public String toString()
Overrides:
toString in class Object

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.