public class RouterValve
extends org.apache.catalina.valves.ValveBase
| Modifier and Type | Field and Description |
|---|---|
static String |
ROUTER_CONF |
static String |
WEB_INF |
asyncSupported, container, containerLog, next, smAFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
RouterValve() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
configurationURL(javax.servlet.ServletContext ctx) |
void |
invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response) |
static String |
routerConfigurationName() |
static URL |
serverRouterConfigurationURL() |
void |
setConfigurationPath(URL configurationPath) |
void |
setPrefix(String name) |
protected void |
startInternal() |
protected void |
stopInternal() |
backgroundProcess, getContainer, getDomainInternal, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setContainer, setNext, toStringdestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister, unregisterpublic static final String ROUTER_CONF
public static final String WEB_INF
public void invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void setConfigurationPath(URL configurationPath)
protected void startInternal()
throws org.apache.catalina.LifecycleException
startInternal in class org.apache.catalina.valves.ValveBaseorg.apache.catalina.LifecycleExceptionprotected void stopInternal()
throws org.apache.catalina.LifecycleException
stopInternal in class org.apache.catalina.valves.ValveBaseorg.apache.catalina.LifecycleExceptionpublic static URL configurationURL(javax.servlet.ServletContext ctx)
public static String routerConfigurationName()
public static URL serverRouterConfigurationURL()
public void setPrefix(String name)
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.