Class CharacterClasses
java.lang.Object
org.apache.pekko.http.impl.model.parser.CharacterClasses
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.parboiled2.CharPredicateALPHA()static org.parboiled2.CharPredicateALPHANUM()static org.parboiled2.CharPredicatestatic final charCR()static org.parboiled2.CharPredicateCTL()static org.parboiled2.CharPredicateDIGIT()static org.parboiled2.CharPredicateDIGIT04()static org.parboiled2.CharPredicateDIGIT05()static org.parboiled2.CharPredicateDIGIT19()static final charDQUOTE()static org.parboiled2.CharPredicateHEXDIG()static final charHTAB()static final charLF()static org.parboiled2.CharPredicatestatic org.parboiled2.CharPredicatereserved()static final charSP()static org.parboiled2.CharPredicatespecial()static org.parboiled2.CharPredicatetchar()static org.parboiled2.CharPredicatestatic org.parboiled2.CharPredicatestatic org.parboiled2.CharPredicateVCHAR()static org.parboiled2.CharPredicateWSP()static org.parboiled2.CharPredicateWSPCRLF()
- 
Constructor Details- 
CharacterClassespublic CharacterClasses()
 
- 
- 
Method Details- 
ALPHApublic static org.parboiled2.CharPredicate ALPHA()
- 
LOWER_ALPHApublic static org.parboiled2.CharPredicate LOWER_ALPHA()
- 
UPPER_ALPHApublic static org.parboiled2.CharPredicate UPPER_ALPHA()
- 
CRpublic static final char CR()
- 
CTLpublic static org.parboiled2.CharPredicate CTL()
- 
DIGITpublic static org.parboiled2.CharPredicate DIGIT()
- 
ALPHANUMpublic static org.parboiled2.CharPredicate ALPHANUM()
- 
DQUOTEpublic static final char DQUOTE()
- 
HEXDIGpublic static org.parboiled2.CharPredicate HEXDIG()
- 
HTABpublic static final char HTAB()
- 
LFpublic static final char LF()
- 
SPpublic static final char SP()
- 
VCHARpublic static org.parboiled2.CharPredicate VCHAR()
- 
WSPpublic static org.parboiled2.CharPredicate WSP()
- 
WSPCRLFpublic static org.parboiled2.CharPredicate WSPCRLF()
- 
specialpublic static org.parboiled2.CharPredicate special()
- 
tcharpublic static org.parboiled2.CharPredicate tchar()
- 
unreservedpublic static org.parboiled2.CharPredicate unreserved()
- 
reservedpublic static org.parboiled2.CharPredicate reserved()
- 
DIGIT04public static org.parboiled2.CharPredicate DIGIT04()
- 
DIGIT05public static org.parboiled2.CharPredicate DIGIT05()
- 
DIGIT19public static org.parboiled2.CharPredicate DIGIT19()
- 
colonSlashEOIpublic static org.parboiled2.CharPredicate colonSlashEOI()
 
-