public class DisconnectInterceptor extends org.atmosphere.cpr.AtmosphereInterceptorAdapter implements StompInterceptor
Evaluates the connection frame.
| Constructor and Description |
|---|
DisconnectInterceptor() |
| 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.