Class CharacterClasses

java.lang.Object
org.apache.pekko.http.impl.model.parser.CharacterClasses

public class CharacterClasses extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static char
    CR()
     
    static org.parboiled2.CharPredicate
    CTL()
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static char
     
    static org.parboiled2.CharPredicate
     
    static char
     
    static char
    LF()
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static char
    SP()
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
     
    static org.parboiled2.CharPredicate
    WSP()
     
    static org.parboiled2.CharPredicate
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()