| Package | Description |
|---|---|
| org.atmosphere.stomp | |
| org.atmosphere.stomp.interceptor | |
| org.atmosphere.stomp.protocol |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.Action |
StompInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.Action |
UnsubscribeInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
SubscribeInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
SendInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
FrameInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
DisconnectInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
ConnectInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
CommitInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
BeginInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
org.atmosphere.cpr.Action |
AbortInterceptor.inspect(org.atmosphere.cpr.AtmosphereFramework framework,
Frame frame,
FrameInterceptor.StompAtmosphereResource r)
Inspects the
AtmosphereResource with its extracted Frame. |
| Constructor and Description |
|---|
FrameInterceptor.StompAtmosphereResource(org.atmosphere.cpr.AtmosphereResource r,
Frame f)
Builds a new action.
|
| Modifier and Type | Method and Description |
|---|---|
Frame |
StompFormatImpl.parse(String str)
Takes the given
String and converts it to a Frame. |
Frame |
StompFormat.parse(String str)
Takes the given
String and converts it to a Frame. |
Frame |
Parser.toFrame()
Builds a
Frame that provides information extracted from Parser.stream. |
| Modifier and Type | Method and Description |
|---|---|
String |
StompFormatImpl.format(Frame msg)
Takes the given
Frame and converts it to a String representation. |
String |
StompFormat.format(Frame msg)
Takes the given
Frame and converts it to a String representation. |
Copyright © 2015. All Rights Reserved.