Class IfHeaderParser.EntityTag

  • Enclosing class:
    IfHeaderParser

    public static class IfHeaderParser.EntityTag
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityTag​(boolean isWeak, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      boolean isWeak()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityTag

        public EntityTag​(boolean isWeak,
                         java.lang.String value)
    • Method Detail

      • isWeak

        public boolean isWeak()
      • getValue

        public java.lang.String getValue()