public class CommitInterceptor extends org.atmosphere.cpr.AtmosphereInterceptorAdapter implements StompInterceptor
Commits a transaction started by the given AtmosphereResource.
All SendInterceptor operation results associated to the transaction ID specified in Strings are dispatched by
the Broadcaster.
| Constructor and Description |
|---|
CommitInterceptor() |
| 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.