Uses of Interface
org.apache.catalina.Host
-
-
Uses of Host in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Host Modifier and Type Class Description classPEVirtualServerStandard implementation of a virtual server (aka virtual host) in the iPlanet Application Server.classVirtualServerStandard implementation of a virtual server (aka virtual host) in the Payara Server.Methods in com.sun.enterprise.web that return Host Modifier and Type Method Description HostEmbeddedWebContainer. createHost(String vsID, VirtualServer vsBean, String vsDocroot, String vsLogFile, MimeMap vsMimeMap)Creates a virtual server. -
Uses of Host in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type Host Modifier and Type Method Description voidPECoyoteConnector. requestEndEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context, int statusCode)Fires probe event related to the fact that the given request is about to exit from the web container.voidPECoyoteConnector. requestStartEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context)Fires probe event related to the fact that the given request has been entered the web container. -
Uses of Host in com.sun.web.security
Methods in com.sun.web.security that return Host Modifier and Type Method Description HostHttpRequestWrapper. getHost()Methods in com.sun.web.security with parameters of type Host Modifier and Type Method Description voidHttpRequestWrapper. setHost(Host host) -
Uses of Host in org.apache.catalina
Methods in org.apache.catalina that return Host Modifier and Type Method Description HostRequest. getHost()Return the Host within which this Request is being processed.Methods in org.apache.catalina with parameters of type Host Modifier and Type Method Description voidRequest. setHost(Host host)Set the Host within which this Request is being processed. -
Uses of Host in org.apache.catalina.connector
Methods in org.apache.catalina.connector that return Host Modifier and Type Method Description HostRequest. getHost()Return the Host within which this Request is being processed.Methods in org.apache.catalina.connector with parameters of type Host Modifier and Type Method Description voidConnector. requestEndEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context, int statusCode)Fires probe event related to the fact that the given request is about to exit from the web container.voidConnector. requestStartEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context)Fires probe event related to the fact that the given request has been entered the web container.voidRequest. setHost(Host host)Set the Host within which this Request is being processed. -
Uses of Host in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Host Modifier and Type Class Description classStandardHostStandard implementation of the Host interface.Methods in org.apache.catalina.core that return Host Modifier and Type Method Description HostStandardHost. findMappingObject()HostDummyRequest. getHost()HostStandardHostDeployer. getHost()Methods in org.apache.catalina.core with parameters of type Host Modifier and Type Method Description voidDummyRequest. setHost(Host host)voidStandardHostDeployer. setHost(Host host) -
Uses of Host in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as Host Modifier and Type Field Description protected HostHostConfig. hostThe Host we are associated with.Methods in org.apache.catalina.startup that return Host Modifier and Type Method Description HostEmbedded. createHost(String name, String appBase)Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.Methods in org.apache.catalina.startup with parameters of type Host Modifier and Type Method Description static StringExpandWar. expand(Host host, URL war)Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.static StringExpandWar. expand(Host host, URL war, String pathname)Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.voidEmbedded. removeHost(Host host)Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.static voidExpandWar. validate(Host host, URL war, String pathname)Validate the WAR file found at the specified URL.
-