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) HostPortHostPortHttpField. _hostPortMethods in org.eclipse.jetty.http that return HostPort Modifier and Type Method Description HostPortHostPortHttpField. 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.StringConnectorServer. 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 HostPortHttpConfiguration. _serverAuthorityMethods in org.eclipse.jetty.server that return HostPort Modifier and Type Method Description HostPortHttpChannel. getServerAuthority()HostPortHttpConfiguration. 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 voidForwardedRequestCustomizer.MutableHostPort. setHostPort(HostPort hostPort, ForwardedRequestCustomizer.Source source)voidHttpConfiguration. 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.
-