|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
---|---|
com.caucho.server.cluster | |
com.caucho.server.dispatch | |
com.caucho.server.host | |
com.caucho.server.http | |
com.caucho.server.security | |
com.caucho.server.webapp |
Uses of Invocation in com.caucho.server.cluster |
---|
Methods in com.caucho.server.cluster that return Invocation | |
---|---|
Invocation |
ServletService.buildInvocation(Invocation invocation)
Sets the invocation |
Methods in com.caucho.server.cluster with parameters of type Invocation | |
---|---|
Invocation |
ServletService.buildInvocation(Invocation invocation)
Sets the invocation |
Uses of Invocation in com.caucho.server.dispatch |
---|
Subclasses of Invocation in com.caucho.server.dispatch | |
---|---|
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 that return Invocation | |
---|---|
Invocation |
InvocationBuilder.buildInvocation(Invocation invocation)
Builds the invocation values. |
Invocation |
InvocationServer.buildInvocation(Invocation invocation)
Builds the invocation. |
Invocation |
InvocationServer.buildInvocation(java.lang.Object protocolKey,
Invocation invocation)
Builds the invocation, saving its value keyed by the protocol key. |
Invocation |
InvocationServer.createInvocation()
Creates an invocation. |
Invocation |
InvocationServer.getInvocation(java.lang.Object protocolKey)
Returns the cached invocation. |
Invocation |
Invocation.getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request. |
Invocation |
VersionInvocation.getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request. |
Methods in com.caucho.server.dispatch that return types with arguments of type Invocation | |
---|---|
java.util.ArrayList<Invocation> |
InvocationServer.getInvocations()
Returns the invocations. |
Methods in com.caucho.server.dispatch with parameters of type Invocation | |
---|---|
abstract FilterChain |
FilterChainBuilder.build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation. |
FilterChain |
FilterChainFilterBuilder.build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation. |
FilterChain |
FilterMapper.buildDispatchChain(Invocation invocation,
FilterChain chain)
Fills in the invocation. |
Invocation |
InvocationBuilder.buildInvocation(Invocation invocation)
Builds the invocation values. |
Invocation |
InvocationServer.buildInvocation(Invocation invocation)
Builds the invocation. |
Invocation |
InvocationServer.buildInvocation(java.lang.Object protocolKey,
Invocation invocation)
Builds the invocation, saving its value keyed by the protocol key. |
void |
Invocation.copyFrom(Invocation invocation)
Copies from the invocation. |
boolean |
InvocationMatcher.isMatch(Invocation invocation)
Returns true for an invocation match. |
void |
InvocationDecoder.normalizeURI(Invocation invocation,
java.lang.String rawURI)
Just normalize the URI. |
void |
InvocationDecoder.splitQuery(Invocation invocation,
java.lang.String rawURI)
Splits out the query string, and normalizes the URI, assuming nothing needs unescaping. |
void |
InvocationDecoder.splitQueryAndUnescape(Invocation invocation,
byte[] rawURI,
int uriLength)
Splits out the query string and unescape the value. |
Constructors in com.caucho.server.dispatch with parameters of type Invocation | |
---|---|
VersionInvocation(Invocation invocation,
WebApp webApp,
Invocation oldInvocation,
WebApp oldWebApp,
long expireTime)
|
Uses of Invocation in com.caucho.server.host |
---|
Methods in com.caucho.server.host that return Invocation | |
---|---|
Invocation |
Host.buildInvocation(Invocation invocation)
Builds the invocation for the host. |
Invocation |
HostContainer.buildInvocation(Invocation invocation)
Creates the invocation. |
Methods in com.caucho.server.host with parameters of type Invocation | |
---|---|
Invocation |
Host.buildInvocation(Invocation invocation)
Builds the invocation for the host. |
Invocation |
HostContainer.buildInvocation(Invocation invocation)
Creates the invocation. |
Uses of Invocation in com.caucho.server.http |
---|
Methods in com.caucho.server.http that return Invocation | |
---|---|
protected Invocation |
AbstractHttpRequest.buildInvocation(Invocation invocation,
byte[] uri,
int uriLength)
|
protected Invocation |
AsyncRequest.getInvocation()
|
Invocation |
HttpServletRequestImpl.getInvocation()
|
protected Invocation |
AbstractHttpRequest.getInvocation(java.lang.CharSequence host,
byte[] uri,
int uriLength)
|
Methods in com.caucho.server.http with parameters of type Invocation | |
---|---|
protected Invocation |
AbstractHttpRequest.buildInvocation(Invocation invocation,
byte[] uri,
int uriLength)
|
void |
HttpServletRequestImpl.setInvocation(Invocation invocation)
|
Constructors in com.caucho.server.http with parameters of type Invocation | |
---|---|
AsyncRequest(HttpServletRequestImpl request,
HttpServletResponseImpl response,
Invocation invocation)
|
Uses of Invocation in com.caucho.server.security |
---|
Methods in com.caucho.server.security with parameters of type Invocation | |
---|---|
FilterChain |
ConstraintManager.build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation. |
Uses of Invocation in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return Invocation | |
---|---|
Invocation |
WebApp.buildInvocation(Invocation invocation)
Fills the servlet instance. |
Invocation |
WebAppContainer.buildInvocation(Invocation invocation)
Creates the invocation. |
Invocation |
RequestDispatcherImpl.getAsyncInvocation()
|
protected Invocation |
AsyncRequest.getInvocation()
|
protected Invocation |
ForwardRequest.getInvocation()
|
protected Invocation |
IncludeRequest.getInvocation()
|
Methods in com.caucho.server.webapp with parameters of type Invocation | |
---|---|
void |
WebApp.buildDispatchInvocation(Invocation invocation)
Fills the invocation for a rewrite-dispatch/dispatch request. |
void |
WebAppContainer.buildDispatchInvocation(Invocation invocation)
Creates the invocation for a rewrite-dispatch/dispatch. |
void |
WebApp.buildDispatchInvocation(Invocation invocation,
FilterMapper filterMapper)
Fills the invocation for subrequests. |
void |
WebApp.buildErrorInvocation(Invocation invocation)
Fills the invocation for an error request. |
void |
WebAppContainer.buildErrorInvocation(Invocation invocation)
Creates the error invocation. |
void |
WebApp.buildForwardInvocation(Invocation invocation)
Fills the invocation for a forward request. |
void |
WebAppContainer.buildForwardInvocation(Invocation invocation)
Creates the invocation. |
void |
WebApp.buildIncludeInvocation(Invocation invocation)
Fills the invocation for an include request. |
void |
WebAppContainer.buildIncludeInvocation(Invocation invocation)
Creates the invocation. |
Invocation |
WebApp.buildInvocation(Invocation invocation)
Fills the servlet instance. |
Invocation |
WebAppContainer.buildInvocation(Invocation invocation)
Creates the invocation. |
void |
WebApp.buildLoginInvocation(Invocation invocation)
Fills the invocation for a login request. |
void |
WebAppContainer.buildLoginInvocation(Invocation invocation)
Creates the invocation. |
void |
RequestDispatcherImpl.dispatchResume(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
Dispatch the async resume request to the servlet named by the request dispatcher. |
void |
RequestDispatcherImpl.forward(ServletRequest topRequest,
ServletResponse topResponse,
java.lang.String method,
Invocation invocation,
DispatcherType type)
Forwards the request to the servlet named by the request dispatcher. |
protected WebAppController |
WebAppContainer.getWebAppController(Invocation invocation)
Returns the webApp controller for the current request. |
Constructors in com.caucho.server.webapp with parameters of type Invocation | |
---|---|
AsyncRequest(HttpServletRequestImpl request,
HttpServletResponseImpl response,
Invocation invocation)
|
|
DispatchRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
|
|
ErrorRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
|
|
ForwardRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
|
|
IncludeRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
|
|
LoginRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |