Class AuthorityHttpField

java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http.HostPortHttpField
org.eclipse.jetty.http2.hpack.AuthorityHttpField

public class AuthorityHttpField extends org.eclipse.jetty.http.HostPortHttpField
  • 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
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    getHost, getHostPort, getPort, getPort

    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

    • AUTHORITY

      public static final String AUTHORITY
  • Constructor Details

    • AuthorityHttpField

      public AuthorityHttpField(String authority)
  • Method Details

    • toString

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