public class ProcessHttpRequest extends Object
The event is fired for each incoming request (except Warp command service requests).
The event activates RequestContext and is observed by Warp implementation in order to trigger request filtering and
Warp processing if required.
As a consequence of triggering this event, Warp implementation needs to decide whether HTTP request that fulfills conditions
to be processed as Warp request. If yes, ProcessWarpRequest is fired. Otherwise the request is processed as usually
without Warp processing.
ProcessWarpRequest| Constructor and Description |
|---|
ProcessHttpRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.FilterChain |
getFilterChain() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.