public class SubscribeInterceptor extends org.atmosphere.cpr.AtmosphereInterceptorAdapter implements StompInterceptor
Adds the given AtmosphereResource to the Broadcaster identified with the path
specified in the given Strings. The AtmosphereResource lifecycle is then delegated
to the Broadcaster used by the Atmosphere framework.
| Constructor and Description |
|---|
SubscribeInterceptor() |
| 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)
throws IOException
Inspects the AtmosphereResource with its extracted Frame.
inspect in interface StompInterceptorframework - the frameworkframe - the framer - the resourceIOException - if inspection failsCopyright © 2015. All Rights Reserved.