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