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
Subclasses of HostPort in org.eclipse.jetty.server Modifier and Type Class Description private static class
ForwardedRequestCustomizer.ForcedHostPort
private static class
ForwardedRequestCustomizer.PortSetHostPort
private static class
ForwardedRequestCustomizer.PossiblyPartialHostPort
private static class
ForwardedRequestCustomizer.Rfc7239HostPort
Fields in org.eclipse.jetty.server declared as HostPort Modifier and Type Field Description (package private) HostPort
ForwardedRequestCustomizer.Forwarded. _for
(package private) HostPort
ForwardedRequestCustomizer.Forwarded. _host
-