com.sun.jersey.core.header
Class Token
java.lang.Object
com.sun.jersey.core.header.Token
- Direct Known Subclasses:
- AcceptableToken
public class Token
- extends Object
A token.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token
protected String token
Token
protected Token()
Token
public Token(String header)
throws ParseException
- Throws:
ParseException
Token
public Token(HttpHeaderReader reader)
throws ParseException
- Throws:
ParseException
getToken
public String getToken()
isCompatible
public final boolean isCompatible(String token)
Copyright © 2013 Oracle Corporation. All Rights Reserved.