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.jmx Jetty JMX : Integration for JMX in Jettyorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HostPort in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HostPort Modifier and Type Field Description (package private) HostPort
HostPortHttpField. _hostPort
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.jmx
Methods in org.eclipse.jetty.jmx with parameters of type HostPort Modifier and Type Method Description private java.lang.String
ConnectorServer. startRegistry(HostPort hostPort)
-
Uses of HostPort in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HostPort Modifier and Type Field Description private HostPort
HttpConfiguration. _serverAuthority
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
ForwardedRequestCustomizer.MutableHostPort. setHostPort(HostPort hostPort, ForwardedRequestCustomizer.Source source)
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.
-