public class ResolveProxyMappingCommand extends AbstractProxyCommand
Command responsible for resolving a ProxyMapping from the local request path info.| Constructor and Description |
|---|
ResolveProxyMappingCommand(ProxyMappingRegistry proxyMappingRegistry)
Constructs ResolveProxyMappingCommand with the given
proxyMappingRegistry. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
executeInternal(ProxyContext context)
Execute a unit of processing work to be performed.
|
destroy, execute, initializepublic ResolveProxyMappingCommand(ProxyMappingRegistry proxyMappingRegistry)
proxyMappingRegistry.proxyMappingRegistry - protected boolean executeInternal(ProxyContext context) throws ReverseProxyException, IOException
Execute a unit of processing work to be performed. This
AbstractProxyCommand may either complete the required processing
and return true, or delegate remaining processing
to the next AbstractProxyCommand in a ProxyProcessingChain containing this
AbstractProxyCommand by returning false.
executeInternal in class AbstractProxyCommandReverseProxyExceptionIOExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.