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 org.eclipse.jetty.http.HostPortHttpField
-
-
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
-
-