See: Description
| Class | Description |
|---|---|
| AddCookiesToResponseCommand |
Command responsible for copying all the original HTTP response cookies
from the remote content to the internally created HttpResponse instance. |
| AddHeadersToResponseCommand |
Command responsible for copying all the original HTTP response headers
except of HTTP Cookie related headers
from the remote content to the internally created HttpResponse instance. |
| AddHeaderToHttpRequestCommand |
Command responsible for copying all the original HTTP request headers
to the internally created HttpRequestBase instance. |
| CleanupCommand |
Command responsible for cleaning up all the resources
(such as HttpRequestBase, HttpResponse, HttpEntity and HttpClient)
used during reverse proxy processing in the previous steps. |
| ExecuteHttpClientCommand |
Command responsible for executing the internal HttpClient
with the HttpRequestBase instance. |
| HandleNotModifiedCommand |
Command responsible for handling HTTP 304 error response from the remote target content. |
| HandleRedirectionCommand |
Command responsible for handling HTTP Redirection response from the remote target content. |
| InitHttpClientCommand |
Command responsible for initializing the HttpClient instance
which is used to invoke the resolved remote target URI. |
| InitHttpRequestCommand |
Command responsible for initializing the HttpRequestBase instance
which is used to invoke the resolved remote target URI,
based on the original request method name and the resolved remote target URI. |
| InitializationCommand |
Command responsible for initializing anything necessary for reverse proxy request processing. |
| ResolveContentRewriterCommand |
Command responsible for resolving the content rewriter
from the resolved ProxyMaping and the content type of the remote content. |
| ResolveLocalPathCommand |
Command responsible for resolving the local request path info. |
| ResolveProxyMappingCommand |
Command responsible for resolving a ProxyMapping from the local request path info. |
| ResolveRemoteURICommand |
Command responsible for resolving the remote target URI
from the local request path info and the resolved ProxyMapping. |
| SerializeHttpEntityContentCommand |
Command responsible for serializing the response body from the remote content
to the response in the reverse proxy side. |
Command component implementations for reverse proxy services
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.