| Package | Description |
|---|---|
| org.atmosphere.stomp.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortInterceptor
Aborts a transaction began by the given
AtmosphereResource. |
class |
BeginInterceptor
Begins a transaction for the given
AtmosphereResource. |
class |
CommitInterceptor
Commits a transaction started by the given
AtmosphereResource. |
class |
ConnectInterceptor
Evaluates the
connection frame. |
class |
DisconnectInterceptor
Evaluates the
connection frame. |
class |
FrameInterceptor
This interceptor reads the frames and parse it thanks to the
StompFormat. |
class |
SendInterceptor
Invokes the method annotated with
StompService inside any
ManagedService that defines a destination that matched the destination
String inside the specified Strings. |
class |
SubscribeInterceptor
Adds the given
AtmosphereResource to the Broadcaster identified with the path
specified in the given Strings. |
class |
UnsubscribeInterceptor
Removes the given
AtmosphereResource from the Broadcaster identified with the
path specified in the given Strings. |
Copyright © 2015. All Rights Reserved.