Class CharacterClasses$
java.lang.Object
org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharacterClasses$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.parboiled2.CharPredicate
ALPHA()
org.parboiled2.CharPredicate
ALPHANUM()
org.parboiled2.CharPredicate
char
CR()
org.parboiled2.CharPredicate
CTL()
org.parboiled2.CharPredicate
DIGIT()
org.parboiled2.CharPredicate
DIGIT04()
org.parboiled2.CharPredicate
DIGIT05()
org.parboiled2.CharPredicate
DIGIT19()
char
DQUOTE()
org.parboiled2.CharPredicate
HEXDIG()
char
HTAB()
char
LF()
org.parboiled2.CharPredicate
org.parboiled2.CharPredicate
reserved()
char
SP()
org.parboiled2.CharPredicate
special()
org.parboiled2.CharPredicate
tchar()
org.parboiled2.CharPredicate
org.parboiled2.CharPredicate
org.parboiled2.CharPredicate
VCHAR()
org.parboiled2.CharPredicate
WSP()
org.parboiled2.CharPredicate
WSPCRLF()
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CharacterClasses$
public CharacterClasses$()
-
-
Method Details
-
ALPHA
public org.parboiled2.CharPredicate ALPHA() -
LOWER_ALPHA
public org.parboiled2.CharPredicate LOWER_ALPHA() -
UPPER_ALPHA
public org.parboiled2.CharPredicate UPPER_ALPHA() -
CR
public char CR() -
CTL
public org.parboiled2.CharPredicate CTL() -
DIGIT
public org.parboiled2.CharPredicate DIGIT() -
ALPHANUM
public org.parboiled2.CharPredicate ALPHANUM() -
DQUOTE
public char DQUOTE() -
HEXDIG
public org.parboiled2.CharPredicate HEXDIG() -
HTAB
public char HTAB() -
LF
public char LF() -
SP
public char SP() -
VCHAR
public org.parboiled2.CharPredicate VCHAR() -
WSP
public org.parboiled2.CharPredicate WSP() -
WSPCRLF
public org.parboiled2.CharPredicate WSPCRLF() -
special
public org.parboiled2.CharPredicate special() -
tchar
public org.parboiled2.CharPredicate tchar() -
unreserved
public org.parboiled2.CharPredicate unreserved() -
reserved
public org.parboiled2.CharPredicate reserved() -
DIGIT04
public org.parboiled2.CharPredicate DIGIT04() -
DIGIT05
public org.parboiled2.CharPredicate DIGIT05() -
DIGIT19
public org.parboiled2.CharPredicate DIGIT19() -
colonSlashEOI
public org.parboiled2.CharPredicate colonSlashEOI()
-