public static class HeaderTokenizer.Token extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ATOM |
static int |
COMMENT |
static int |
EOF |
static int |
QUOTEDSTRING |
Constructor and Description |
---|
HeaderTokenizer.Token(int type,
String value) |
public static final int ATOM
public static final int COMMENT
public static final int EOF
public static final int QUOTEDSTRING
public HeaderTokenizer.Token(int type, String value)
public int getType()
public String getValue()
Copyright © 2013. All rights reserved.