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.CharPredicateALPHA()org.parboiled2.CharPredicateALPHANUM()org.parboiled2.CharPredicatefinal charCR()org.parboiled2.CharPredicateCTL()org.parboiled2.CharPredicateDIGIT()org.parboiled2.CharPredicateDIGIT04()org.parboiled2.CharPredicateDIGIT05()org.parboiled2.CharPredicateDIGIT19()final charDQUOTE()org.parboiled2.CharPredicateHEXDIG()final charHTAB()final charLF()org.parboiled2.CharPredicateorg.parboiled2.CharPredicatereserved()final charSP()org.parboiled2.CharPredicatespecial()org.parboiled2.CharPredicatetchar()org.parboiled2.CharPredicateorg.parboiled2.CharPredicateorg.parboiled2.CharPredicateVCHAR()org.parboiled2.CharPredicateWSP()org.parboiled2.CharPredicateWSPCRLF()
-
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 final char CR() -
CTL
public org.parboiled2.CharPredicate CTL() -
DIGIT
public org.parboiled2.CharPredicate DIGIT() -
ALPHANUM
public org.parboiled2.CharPredicate ALPHANUM() -
DQUOTE
public final char DQUOTE() -
HEXDIG
public org.parboiled2.CharPredicate HEXDIG() -
HTAB
public final char HTAB() -
LF
public final char LF() -
SP
public final 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()
-