Class DefaultLifecycleInterceptor
java.lang.Object
com.soklet.core.impl.DefaultLifecycleInterceptor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soklet.core.LifecycleInterceptor
didEstablishServerSentEventConnection, didFinishRequestHandling, didFinishResponseWriting, didFinishServerSentEventWriting, didReceiveLogEvent, didStartRequestHandling, didStartServer, didStartServerSentEventServer, didStopServer, didStopServerSentEventServer, didTerminateServerSentEventConnection, interceptRequest, willEstablishServerSentEventConnection, willStartResponseWriting, willStartServer, willStartServerSentEventServer, willStartServerSentEventWriting, willStopServer, willStopServerSentEventServer, willTerminateServerSentEventConnection, wrapRequest
-
Constructor Details
-
DefaultLifecycleInterceptor
public DefaultLifecycleInterceptor()
-
-
Method Details