| Package | Description | 
|---|---|
| com.caucho.rewrite | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DispatchDispatch the request using the standard servlet and filter processing. | 
| class  | FastCgiProxyDispatches a request to a backend server using FastCGI as the proxy
 protocol. | 
| class  | ForbiddenSends a HTTP Forbidden response using response.sendError(SC_FORBIDDEN). | 
| class  | HttpMessageProxyDispatches a request to a backend server using HTTP as the proxy
 protocol. | 
| class  | HttpProxyDispatches a request to a backend server using HTTP as the proxy
 protocol. | 
| class  | LoadBalanceDispatches a request to the load balancer. | 
| class  | MovedPermanentlySends a HTTP moved-permanently response | 
| class  | NotFoundSends a HTTP 404 Not Found response | 
| class  | Redirect | 
| class  | RedirectSecure | 
| class  | Rewrite | 
| class  | SendErrorSends a HTTP error response using response.sendError(code) |