| Package | Description |
|---|---|
| com.caucho.server.dispatch | |
| com.caucho.server.http |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected ServletInvocation |
AbstractCauchoRequest.getInvocation() |