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
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)
-