Class ExtendedAccessLogValve.PatternTokenizer

  • Enclosing class:
    ExtendedAccessLogValve

    protected static class ExtendedAccessLogValve.PatternTokenizer
    extends java.lang.Object
    • Constructor Detail

      • PatternTokenizer

        public PatternTokenizer​(java.lang.String str)
    • Method Detail

      • hasSubToken

        public boolean hasSubToken()
      • hasParameter

        public boolean hasParameter()
      • getToken

        public java.lang.String getToken()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getParameter

        public java.lang.String getParameter()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getWhiteSpaces

        public java.lang.String getWhiteSpaces()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • isEnded

        public boolean isEnded()
      • getRemains

        public java.lang.String getRemains()
                                    throws java.io.IOException
        Throws:
        java.io.IOException