Class CharacterClasses
java.lang.Object
org.apache.pekko.http.impl.model.parser.CharacterClasses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.parboiled2.CharPredicate
ALPHA()
static org.parboiled2.CharPredicate
ALPHANUM()
static org.parboiled2.CharPredicate
static char
CR()
static org.parboiled2.CharPredicate
CTL()
static org.parboiled2.CharPredicate
DIGIT()
static org.parboiled2.CharPredicate
DIGIT04()
static org.parboiled2.CharPredicate
DIGIT05()
static org.parboiled2.CharPredicate
DIGIT19()
static char
DQUOTE()
static org.parboiled2.CharPredicate
HEXDIG()
static char
HTAB()
static char
LF()
static org.parboiled2.CharPredicate
static org.parboiled2.CharPredicate
reserved()
static char
SP()
static org.parboiled2.CharPredicate
special()
static org.parboiled2.CharPredicate
tchar()
static org.parboiled2.CharPredicate
static org.parboiled2.CharPredicate
static org.parboiled2.CharPredicate
VCHAR()
static org.parboiled2.CharPredicate
WSP()
static org.parboiled2.CharPredicate
WSPCRLF()
-
Constructor Details
-
CharacterClasses
public CharacterClasses()
-
-
Method Details
-
ALPHA
public static org.parboiled2.CharPredicate ALPHA() -
LOWER_ALPHA
public static org.parboiled2.CharPredicate LOWER_ALPHA() -
UPPER_ALPHA
public static org.parboiled2.CharPredicate UPPER_ALPHA() -
CR
public static char CR() -
CTL
public static org.parboiled2.CharPredicate CTL() -
DIGIT
public static org.parboiled2.CharPredicate DIGIT() -
ALPHANUM
public static org.parboiled2.CharPredicate ALPHANUM() -
DQUOTE
public static char DQUOTE() -
HEXDIG
public static org.parboiled2.CharPredicate HEXDIG() -
HTAB
public static char HTAB() -
LF
public static char LF() -
SP
public static char SP() -
VCHAR
public static org.parboiled2.CharPredicate VCHAR() -
WSP
public static org.parboiled2.CharPredicate WSP() -
WSPCRLF
public static org.parboiled2.CharPredicate WSPCRLF() -
special
public static org.parboiled2.CharPredicate special() -
tchar
public static org.parboiled2.CharPredicate tchar() -
unreserved
public static org.parboiled2.CharPredicate unreserved() -
reserved
public static org.parboiled2.CharPredicate reserved() -
DIGIT04
public static org.parboiled2.CharPredicate DIGIT04() -
DIGIT05
public static org.parboiled2.CharPredicate DIGIT05() -
DIGIT19
public static org.parboiled2.CharPredicate DIGIT19() -
colonSlashEOI
public static org.parboiled2.CharPredicate colonSlashEOI()
-