| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| com.sun.enterprise.web.connector.coyote | |
| org.apache.catalina | |
| org.apache.catalina.connector | |
| org.apache.catalina.core | |
| org.apache.catalina.startup |
| Modifier and Type | Class and Description |
|---|---|
class |
PEVirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
class |
VirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
EmbeddedWebContainer.createHost(String vsID,
VirtualServer vsBean,
String vsDocroot,
String vsLogFile,
MimeMap vsMimeMap)
Creates a virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PECoyoteConnector.requestEndEvent(javax.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.
|
void |
PECoyoteConnector.requestStartEvent(javax.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.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Request.getHost()
Return the Host within which this Request is being processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setHost(Host host)
Set the Host within which this Request is being processed.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Request.getHost()
Return the Host within which this Request is being processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.requestEndEvent(javax.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.
|
void |
Connector.requestStartEvent(javax.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.
|
void |
Request.setHost(Host host)
Set the Host within which this Request is being processed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardHost
Standard implementation of the Host interface.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
StandardHost.findMappingObject() |
Host |
StandardHostDeployer.getHost() |
Host |
DummyRequest.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardHostDeployer.setHost(Host host) |
void |
DummyRequest.setHost(Host host) |
| Modifier and Type | Field and Description |
|---|---|
protected Host |
HostConfig.host
The Host we are associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Embedded.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ExpandWar.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 String |
ExpandWar.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.
|
void |
Embedded.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 void |
ExpandWar.validate(Host host,
URL war,
String pathname)
Validate the WAR file found at the specified URL.
|
Copyright © 2017. All rights reserved.