A B C D F G H I L M O P R S T U V 

A

abort(AtmosphereResource, Map<String, String>) - Method in interface org.atmosphere.stomp.AtmosphereStompAdapter
Aborts a transaction began by the given AtmosphereResource.
abort(AtmosphereResource, Map<String, String>) - Method in class org.atmosphere.stomp.AtmosphereStompAdapterImpl
Aborts a transaction began by the given AtmosphereResource.
ACCEPT_VERSION - Static variable in interface org.atmosphere.stomp.protocol.Header
The versions of the STOMP protocol the client supports.
ACK - Static variable in interface org.atmosphere.stomp.protocol.Header
Specify message acknowledgment.
Action - Enum in org.atmosphere.stomp.protocol
This enumeration defines all the action that could performed in STOMP protocol.
addSubscription(String, String) - Method in class org.atmosphere.stomp.Subscriptions
Adds a subscription to the set of subscriptions.
AtmosphereStompAdapter - Interface in org.atmosphere.stomp
This interface adapts all the operations sent to atmosphere using the STOMP protocol.
AtmosphereStompAdapterImpl - Class in org.atmosphere.stomp
Default AtmosphereStompAdapter used by Atmosphere framework.
AtmosphereStompAdapterImpl() - Constructor for class org.atmosphere.stomp.AtmosphereStompAdapterImpl
 

B

begin(AtmosphereResource) - Method in interface org.atmosphere.stomp.AtmosphereStompAdapter
Begins a transaction for the given AtmosphereResource.
begin(AtmosphereResource) - Method in class org.atmosphere.stomp.AtmosphereStompAdapterImpl
Begins a transaction for the given AtmosphereResource.

C

commit(AtmosphereResource, Map<String, String>) - Method in interface org.atmosphere.stomp.AtmosphereStompAdapter
Commits a transaction started by the given AtmosphereResource.
commit(AtmosphereResource, Map<String, String>) - Method in class org.atmosphere.stomp.AtmosphereStompAdapterImpl
Commits a transaction started by the given AtmosphereResource.
configure(AtmosphereConfig) - Method in class org.atmosphere.stomp.StompInterceptor
CONTENT_LENGTH - Static variable in interface org.atmosphere.stomp.protocol.Header
byte count for the length of the message body.
CONTENT_TYPE - Static variable in interface org.atmosphere.stomp.protocol.Header
Mime type which describes the format of the body.

D

DESTINATION - Static variable in interface org.atmosphere.stomp.protocol.Header
Indicates the destination to which the client wants to subscribe.
destroy() - Method in class org.atmosphere.stomp.StompBroadcastFilter

F

filter(String, AtmosphereResource, Object, Object) - Method in class org.atmosphere.stomp.StompBroadcastFilter
filter(String, Object, Object) - Method in class org.atmosphere.stomp.StompBroadcastFilter
format(Frame) - Method in interface org.atmosphere.stomp.protocol.StompFormat
Takes the given Frame and converts it to a String representation.
format(Frame) - Method in class org.atmosphere.stomp.protocol.StompFormatImpl
Takes the given Frame and converts it to a String representation.
Frame - Class in org.atmosphere.stomp.protocol
In STOMP protocol, the frame basically defines an Action, some headers and eventually a body.
Frame(Action, Map<String, String>, String) - Constructor for class org.atmosphere.stomp.protocol.Frame
Builds a new instance.

G

getAction() - Method in class org.atmosphere.stomp.protocol.Frame
Gets the action.
getAllDestinations() - Method in class org.atmosphere.stomp.Subscriptions
Gets all the destinations this client has subscribed to.
getBody() - Method in class org.atmosphere.stomp.protocol.Frame
Gets the body.
getDestinationForId(String) - Method in class org.atmosphere.stomp.Subscriptions
Gets the destination for the given subscription ID.
getFromSession(AtmosphereResourceSession) - Static method in class org.atmosphere.stomp.Subscriptions
Gets a Subscriptions object from the given session.
getHeaders() - Method in class org.atmosphere.stomp.protocol.Frame
Gets the headers.
getSubscriptionsForDestination(String) - Method in class org.atmosphere.stomp.Subscriptions
Gets the subscriptions for the given destination.

H

handle(AtmosphereFramework, Class<Object>) - Method in class org.atmosphere.cpr.packages.StompEndpointProcessor
Header - Interface in org.atmosphere.stomp.protocol
This interface defines all default headers in STOMP protocol.
HEART_BEAT - Static variable in interface org.atmosphere.stomp.protocol.Header
Specify the test of healthiness of the underlying TCP connection
HOST - Static variable in interface org.atmosphere.stomp.protocol.Header
The name of a virtual host that the client wishes to connect to.

I

ID - Static variable in interface org.atmosphere.stomp.protocol.Header
The subscription ID.
IGNORE_ERROR - Static variable in class org.atmosphere.stomp.StompInterceptor
Setting that specifies if the interceptor ignores messages that don't respect STOMP protocol.
IllegalActionException - Exception in org.atmosphere.stomp.protocol
This class represents an exception thrown when we try to create an action with an unknown String representation.
IllegalActionException() - Constructor for exception org.atmosphere.stomp.protocol.IllegalActionException
 
init(AtmosphereConfig) - Method in class org.atmosphere.stomp.StompBroadcastFilter
inspect(AtmosphereResource) - Method in class org.atmosphere.stomp.StompInterceptor

L

LOGIN - Static variable in interface org.atmosphere.stomp.protocol.Header
The user id used to authenticate against a secured STOMP server.

M

MESSAGE - Static variable in interface org.atmosphere.stomp.protocol.Header
Error message.
MESSAGE_ID - Static variable in interface org.atmosphere.stomp.protocol.Header
Delivered message ID.

O

onRequest(AtmosphereResource) - Method in class org.atmosphere.stomp.handler.StompSendActionAtmosphereHandler
org.atmosphere.cpr.packages - package org.atmosphere.cpr.packages
 
org.atmosphere.stomp - package org.atmosphere.stomp
 
org.atmosphere.stomp.annotation - package org.atmosphere.stomp.annotation
 
org.atmosphere.stomp.handler - package org.atmosphere.stomp.handler
 
org.atmosphere.stomp.protocol - package org.atmosphere.stomp.protocol
 

P

parse(String) - Static method in enum org.atmosphere.stomp.protocol.Action
Gets an Action from its String representation.
parse() - Method in class org.atmosphere.stomp.protocol.Parser
Parses the Parser.stream to extract data.
parse(String) - Method in interface org.atmosphere.stomp.protocol.StompFormat
Takes the given String and converts it to a Frame.
parse(String) - Method in class org.atmosphere.stomp.protocol.StompFormatImpl
Takes the given String and converts it to a Frame.
ParseException - Exception in org.atmosphere.stomp.protocol
This class represents a base exception for any frame parsing issue.
ParseException(Exception) - Constructor for exception org.atmosphere.stomp.protocol.ParseException
Builds a new exception with an origin.
ParseException() - Constructor for exception org.atmosphere.stomp.protocol.ParseException
Builds a new exception.
Parser - Class in org.atmosphere.stomp.protocol
This class parses text stream that respects STOMP protocol to extract a structured Frame that provides a set of information.
Parser(String) - Constructor for class org.atmosphere.stomp.protocol.Parser
Builds a new Parser for the given text stream.
PASSCODE - Static variable in interface org.atmosphere.stomp.protocol.Header
The password used to authenticate against a secured STOMP server.
postInspect(AtmosphereResource) - Method in class org.atmosphere.stomp.StompInterceptor
 

R

RECEIPT - Static variable in interface org.atmosphere.stomp.protocol.Header
Ask for server acknowledgment.
RECEIPT_ID - Static variable in interface org.atmosphere.stomp.protocol.Header
Server acknowledgment ID.
removeSubscription(String) - Method in class org.atmosphere.stomp.Subscriptions
Removes the subscription identified by the given ID.
retrieve(Class<T>, AtmosphereConfig) - Method in enum org.atmosphere.stomp.StompInterceptor.PropertyClass
Checks in the AtmosphereConfig if the StompInterceptor.PropertyClass.propertyName is defined as an init-param and instantiate the appropriate class.

S

send(AtmosphereResource, Map<String, String>, String, AtmosphereFramework) - Method in interface org.atmosphere.stomp.AtmosphereStompAdapter
Invokes the method annotated with StompService inside any ManagedService that defines a destination that matched the destination String inside the specified Strings.
send(AtmosphereResource, Map<String, String>, String, AtmosphereFramework) - Method in class org.atmosphere.stomp.AtmosphereStompAdapterImpl
Invokes the method annotated with StompService inside any ManagedService that defines a destination that matched the destination String inside the specified Strings.
STOMP_MESSAGE_BODY - Static variable in class org.atmosphere.stomp.StompInterceptor
The attribute name this interceptor uses to inject a parsed body in the request when it is extracted from the frame.
StompBroadcastFilter - Class in org.atmosphere.stomp
This filter transforms the broadcasted String considered as STOMP body to a message.
StompBroadcastFilter() - Constructor for class org.atmosphere.stomp.StompBroadcastFilter
Builds a new instance.
StompEndpoint - Annotation Type in org.atmosphere.stomp.annotation
Enable Stomp support on an annotated ManagedService.
StompEndpointProcessor - Class in org.atmosphere.cpr.packages
This processor handles classes annotated with StompEndpoint.
StompEndpointProcessor() - Constructor for class org.atmosphere.cpr.packages.StompEndpointProcessor
 
StompFormat - Interface in org.atmosphere.stomp.protocol
This interfaces defines methods that allows to convert a String object into a Frame object and vice-versa.
StompFormatImpl - Class in org.atmosphere.stomp.protocol
This StompFormat implementation is based in apache Apollo.
StompFormatImpl() - Constructor for class org.atmosphere.stomp.protocol.StompFormatImpl
 
StompInterceptor - Class in org.atmosphere.stomp
This interceptor reads the messages and parse it thanks to the Parser.
StompInterceptor() - Constructor for class org.atmosphere.stomp.StompInterceptor
 
StompInterceptor.PropertyClass - Enum in org.atmosphere.stomp
This enum is dedicated to properties that represents a class to instantiate.
StompSendActionAtmosphereHandler - Class in org.atmosphere.stomp.handler
This handler wraps the method to be invoked when the send action is performed with a STOMP frame.
StompSendActionAtmosphereHandler(Object, Method, Encoder<Object, String>, Decoder<String, ?>, Broadcaster) - Constructor for class org.atmosphere.stomp.handler.StompSendActionAtmosphereHandler
Creates a new instance.
StompService - Annotation Type in org.atmosphere.stomp.annotation
This annotation, when used on a method, indicates which invocation should be done for a particular send.
subscribe(AtmosphereResource, Map<String, String>, AtmosphereFramework) - Method in interface org.atmosphere.stomp.AtmosphereStompAdapter
Adds the given AtmosphereResource to the Broadcaster identified with the path specified in the given Strings.
subscribe(AtmosphereResource, Map<String, String>, AtmosphereFramework) - Method in class org.atmosphere.stomp.AtmosphereStompAdapterImpl
Adds the given AtmosphereResource to the Broadcaster identified with the path specified in the given Strings.
SUBSCRIPTION - Static variable in interface org.atmosphere.stomp.protocol.Header
Subscription ID.
Subscriptions - Class in org.atmosphere.stomp
An AtmosphereResource can subscribes to many destination.
Subscriptions() - Constructor for class org.atmosphere.stomp.Subscriptions
Builds a new instance.

T

toFrame() - Method in class org.atmosphere.stomp.protocol.Parser
Builds a Frame that provides information extracted from Parser.stream.
toString() - Method in enum org.atmosphere.stomp.StompInterceptor.PropertyClass
TRANSACTION - Static variable in interface org.atmosphere.stomp.protocol.Header
The transaction ID.

U

unsubscribe(AtmosphereResource, Map<String, String>, AtmosphereFramework) - Method in interface org.atmosphere.stomp.AtmosphereStompAdapter
Removes the given AtmosphereResource from the Broadcaster identified with the path specified in the given Strings.
unsubscribe(AtmosphereResource, Map<String, String>, AtmosphereFramework) - Method in class org.atmosphere.stomp.AtmosphereStompAdapterImpl
Removes the given AtmosphereResource from the Broadcaster identified with the path specified in the given Strings.

V

valueOf(String) - Static method in enum org.atmosphere.stomp.protocol.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.stomp.StompInterceptor.PropertyClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.atmosphere.stomp.protocol.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.stomp.StompInterceptor.PropertyClass
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H I L M O P R S T U V 

Copyright © 2014. All Rights Reserved.