Uses of Class
com.caucho.rewrite.AbstractTargetDispatchRule

Packages that use AbstractTargetDispatchRule
com.caucho.rewrite   
 

Uses of AbstractTargetDispatchRule in com.caucho.rewrite
 

Subclasses of AbstractTargetDispatchRule in com.caucho.rewrite
 class Dispatch
          Dispatch the request using the standard servlet and filter processing.
 class FastCgiProxy
          Dispatches a request to a backend server using FastCGI as the proxy protocol.
 class Forbidden
          Sends a HTTP Forbidden response using response.sendError(SC_FORBIDDEN).
 class HttpProxy
          Dispatches a request to a backend server using HTTP as the proxy protocol.
 class MovedPermanently
          Sends a HTTP moved-permanently response
 class NotFound
          Sends a HTTP 404 Not Found response
 class Redirect
           
 class RedirectSecure
           
 class Rewrite
           
 class SendError
          Sends a HTTP error response using response.sendError(code)