Package org.eclipse.jetty.http2.hpack
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 HostPortHttpField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.http.HttpField
HttpField.IntValueHttpField, 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
-
-