public class BeginInterceptor extends org.atmosphere.cpr.AtmosphereInterceptorAdapter implements StompInterceptor
Begins a transaction for the given AtmosphereResource.
A transaction ID is generated that could be specified in future Action.SEND
to include their result in the transaction.
In that case, all SendInterceptor operation results won't be dispatched by the Broadcaster
until the AtmosphereResource sends a commit frame for the associated transaction ID.
| Constructor and Description |
|---|
BeginInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
configure, destroy, inspect, postInspect, priority, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the AtmosphereResource with its extracted Frame.
inspect in interface StompInterceptorframework - the frameworkframe - the framer - the resourceCopyright © 2015. All Rights Reserved.