Uses of Class
org.eclipse.jetty.util.HostPort
Packages that use HostPort
Package
Description
Jetty Http : Tools for Http processing
Jetty JMX : Integration for JMX in Jetty
Jetty Server : Core Server API
-
Uses of HostPort in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HostPortMethods in org.eclipse.jetty.http that return HostPortConstructors in org.eclipse.jetty.http with parameters of type HostPort -
Uses of HostPort in org.eclipse.jetty.jmx
Methods in org.eclipse.jetty.jmx with parameters of type HostPortModifier and TypeMethodDescriptionprivate String
ConnectorServer.startRegistry
(HostPort hostPort) -
Uses of HostPort in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HostPortMethods in org.eclipse.jetty.server that return HostPortModifier and TypeMethodDescriptionHttpChannel.getServerAuthority()
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 HostPortModifier and TypeMethodDescriptionvoid
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.