Class 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 java.lang.String AUTHORITY  
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthorityHttpField​(java.lang.String authority)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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 Detail

      • AUTHORITY

        public static final java.lang.String AUTHORITY
    • Constructor Detail

      • AuthorityHttpField

        public AuthorityHttpField​(java.lang.String authority)
    • Method Detail

      • toString

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