public class HASessionStoreValve extends ValveBase
container, controller, debug, domain, info, lifecycle, log, next, oname, rb, startedAFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, INIT_EVENT, START_EVENT, STOP_EVENTEND_PIPELINE, INVOKE_NEXT| Constructor and Description |
|---|
HASessionStoreValve()
Creates a new instance of HASessionStoreValve
|
| Modifier and Type | Method and Description |
|---|---|
int |
invoke(Request request,
Response response)
invoke call-back; nothing to do on the way in
|
void |
postInvoke(Request request,
Response response)
A post-request processing implementation that does the valveSave.
|
addLifecycleListener, backgroundProcess, createObjectName, event, findLifecycleListeners, getContainer, getController, getDebug, getDomain, getInfo, getNext, getObjectName, getParentName, invoke, isStarted, removeLifecycleListener, setContainer, setController, setDebug, setNext, setObjectName, start, stoppublic HASessionStoreValve()
public int invoke(Request request, Response response) throws IOException, javax.servlet.ServletException
invoke in interface GlassFishValveinvoke in class ValveBaserequest - response - INVOKE_NEXT or END_PIPELINEIOException - if an input/output error occursjavax.servlet.ServletException - if a servlet error occurspublic void postInvoke(Request request, Response response) throws IOException, javax.servlet.ServletException
postInvoke in interface GlassFishValvepostInvoke in class ValveBaserequest - response - IOException - if an input/output error occursjavax.servlet.ServletException - if a servlet error occursCopyright © 2019. All rights reserved.