Uses of Class
org.eclipse.jetty.util.HostPort
Packages that use HostPort
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Util : Common Utility Classes
-
Uses of HostPort in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return HostPortModifier and TypeMethodDescriptionServletChannel.getServerAuthority()
Get return the HttpConfiguration server authority override. -
Uses of HostPort in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HostPortMethods in org.eclipse.jetty.http with parameters of type HostPortConstructors in org.eclipse.jetty.http with parameters of type HostPortModifierConstructorDescriptionHostPortHttpField
(HttpHeader header, String headerString, HostPort hostport) HostPortHttpField
(HostPort hostport) -
Uses of HostPort in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HostPortModifier and TypeMethodDescriptiondefault HostPort
ConnectionMetaData.getServerAuthority()
ConnectionMetaData.Wrapper.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
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. -
Uses of HostPort in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return HostPort