Uses of Class
org.eclipse.jetty.util.HostPort
-
Packages that use HostPort Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HostPort in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HostPort Modifier and Type Method Description HostPort
HostPortHttpField. getHostPort()
Constructors in org.eclipse.jetty.http with parameters of type HostPort Constructor Description HostPortHttpField(HostPort hostport)
-
Uses of HostPort in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HostPort Modifier and Type Method Description HostPort
HttpChannel. getServerAuthority()
HostPort
HttpConfiguration. getServerAuthority()
Get the Server authority override to be used if no authority is provided by a request.Methods in org.eclipse.jetty.server with parameters of type HostPort Modifier and Type Method Description void
HttpConfiguration. setServerAuthority(HostPort authority)
Specify the connection server authority (name/port) used within application API layer when identifying the server host name/port of a connected endpoint.
-