Class StaticTableHttpField

java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http2.hpack.StaticTableHttpField

public class StaticTableHttpField extends org.eclipse.jetty.http.HttpField
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.http.HttpField

    org.eclipse.jetty.http.HttpField.IntValueHttpField, org.eclipse.jetty.http.HttpField.LongValueHttpField
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final Object
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    StaticTableHttpField(String name, String valueString, Object value)
     
    StaticTableHttpField(org.eclipse.jetty.http.HttpHeader header, String valueString, Object value)
     
    StaticTableHttpField(org.eclipse.jetty.http.HttpHeader header, String name, String valueString, Object value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.eclipse.jetty.http.HttpField

    contains, equals, getHeader, getIntValue, getLongValue, getLowerCaseName, getName, getValue, getValues, hashCode, is, isSameName

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _value

      private final Object _value
  • Constructor Details

    • StaticTableHttpField

      public StaticTableHttpField(org.eclipse.jetty.http.HttpHeader header, String name, String valueString, Object value)
    • StaticTableHttpField

      public StaticTableHttpField(org.eclipse.jetty.http.HttpHeader header, String valueString, Object value)
    • StaticTableHttpField

      public StaticTableHttpField(String name, String valueString, Object value)
  • Method Details

    • getStaticValue

      public Object getStaticValue()
    • toString

      public String toString()
      Overrides:
      toString in class org.eclipse.jetty.http.HttpField