Modifier and Type | Method and Description |
---|---|
void |
ModClusterLogger.addContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.addContext(Host host,
Context context) |
IllegalArgumentException |
ModClusterMessages.contextNotFound(String context,
Host host) |
IllegalArgumentException |
ModClusterMessages_$bundle.contextNotFound(String context,
Host host) |
void |
ModClusterLogger.drainRequests(int requests,
Host host,
Context context) |
void |
ModClusterLogger_$logger.drainRequests(int requests,
Host host,
Context context) |
void |
ModClusterLogger.drainSessions(int sessions,
Host host,
Context context) |
void |
ModClusterLogger_$logger.drainSessions(int sessions,
Host host,
Context context) |
Set<String> |
ModClusterService.getExcludedContexts(Host host) |
void |
ModClusterLogger.removeContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.removeContext(Host host,
Context context) |
void |
ModClusterLogger.requestDrainTimeout(int requests,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.requestDrainTimeout(int requests,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger.requestsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.requestsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger_$logger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger.sessionDrainTimeout(int sessions,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.sessionDrainTimeout(int sessions,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger.sessionsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.sessionsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger.startContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.startContext(Host host,
Context context) |
void |
ModClusterLogger.startSessionDraining(int sessions,
Host host,
Context context,
long timeout) |
void |
ModClusterLogger_$logger.startSessionDraining(int sessions,
Host host,
Context context,
long timeout) |
void |
ModClusterLogger.startSessionDrainingIndefinitely(int sessions,
Host host,
Context context) |
void |
ModClusterLogger_$logger.startSessionDrainingIndefinitely(int sessions,
Host host,
Context context) |
void |
ModClusterLogger.stopContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.stopContext(Host host,
Context context) |
Modifier and Type | Method and Description |
---|---|
Host |
Engine.findHost(String name)
Returns the host identified by the specified host name.
|
Host |
Context.getHost() |
Modifier and Type | Method and Description |
---|---|
Iterable<Host> |
Engine.getHosts()
The hosts associated with this engine.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatHost
Host implementation that wraps a Host . |
Modifier and Type | Field and Description |
---|---|
protected Host |
TomcatContext.host |
Modifier and Type | Method and Description |
---|---|
Host |
ServiceLoaderTomcatFactory.createHost(org.apache.catalina.Host host) |
Host |
TomcatFactory.createHost(org.apache.catalina.Host host) |
Host |
TomcatHostFactory.createHost(TomcatFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine) |
Host |
HostFactory.createHost(TomcatFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine) |
Host |
TomcatEngine.findHost(String name) |
Host |
TomcatContext.getHost() |
Modifier and Type | Method and Description |
---|---|
Iterable<Host> |
TomcatEngine.getHosts() |
Modifier and Type | Method and Description |
---|---|
Context |
ContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Constructor and Description |
---|
TomcatContext(org.apache.catalina.Context context,
Host host) |
TomcatContext(org.apache.catalina.Context context,
Host host,
RequestListenerValveFactory valveFactory)
Constructs a new CatalinaContext wrapping the specified context.
|
Modifier and Type | Method and Description |
---|---|
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Constructor and Description |
---|
TomcatContext(org.apache.catalina.Context context,
Host host) |
Modifier and Type | Method and Description |
---|---|
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Constructor and Description |
---|
TomcatContext(org.apache.catalina.Context context,
Host host) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ContextFilter.getExcludedContexts(Host host)
Returns the contexts that will *not* be registered in any proxy for the given host.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.