Uses of Class
com.caucho.server.dispatch.ServletInvocation

Packages that use ServletInvocation
com.caucho.server.dispatch   
com.caucho.server.http   
 

Uses of ServletInvocation in com.caucho.server.dispatch
 

Subclasses of ServletInvocation in com.caucho.server.dispatch
 class Invocation
          A repository for request information gleaned from the uri.
 class SubInvocation
          A repository for request information gleaned from the uri.
 class VersionInvocation
          A repository for request information gleaned from the uri.
 

Methods in com.caucho.server.dispatch with parameters of type ServletInvocation
 void ServletInvocation.copyFrom(ServletInvocation invocation)
          Copies from the invocation.
 FilterChain ServletManager.createServletChain(java.lang.String servletName, ServletConfigImpl config, ServletInvocation invocation)
          Creates the servlet chain for the servlet.
 FilterChain ServletMapper.mapServlet(ServletInvocation invocation)
           
 

Uses of ServletInvocation in com.caucho.server.http
 

Methods in com.caucho.server.http that return ServletInvocation
protected  ServletInvocation AbstractCauchoRequest.getInvocation()