C D E G H J M O S
C
- Chat - Class in org.atmosphere.samples.chat
-
Simple annotated class that demonstrate the power of Atmosphere.
- Chat() - Constructor for class org.atmosphere.samples.chat.Chat
-
- Config - Annotation Type in org.atmosphere.samples.chat.custom
-
This annotation is here to demonstrate how simple it is to write custom annotation in Atmosphere.
D
- decode(String) - Method in class org.atmosphere.samples.chat.JacksonDecoder
-
E
- encode(Message) - Method in class org.atmosphere.samples.chat.JacksonEncoder
-
G
- getAuthor() - Method in class org.atmosphere.samples.chat.Message
-
- getMessage() - Method in class org.atmosphere.samples.chat.Message
-
- getTime() - Method in class org.atmosphere.samples.chat.Message
-
H
- handle(AtmosphereFramework, Class<Object>) - Method in class org.atmosphere.samples.chat.custom.SampleConfig
-
J
- JacksonDecoder - Class in org.atmosphere.samples.chat
-
- JacksonDecoder() - Constructor for class org.atmosphere.samples.chat.JacksonDecoder
-
- JacksonEncoder - Class in org.atmosphere.samples.chat
-
- JacksonEncoder() - Constructor for class org.atmosphere.samples.chat.JacksonEncoder
-
M
- Message - Class in org.atmosphere.samples.chat
-
- Message() - Constructor for class org.atmosphere.samples.chat.Message
-
- Message(String, String) - Constructor for class org.atmosphere.samples.chat.Message
-
O
- onDisconnect(AtmosphereResourceEvent) - Method in class org.atmosphere.samples.chat.Chat
-
Invoked when the client disconnect or when an unexpected closing of the underlying connection happens.
- onHeartbeat(AtmosphereResourceEvent) - Method in class org.atmosphere.samples.chat.Chat
-
- onMessage(Message) - Method in class org.atmosphere.samples.chat.Chat
-
Simple annotated class that demonstrate how Encoder and {@link org.atmosphere.config.managed.Decoder
can be used.
- onReady(AtmosphereResource) - Method in class org.atmosphere.samples.chat.Chat
-
Invoked when the connection as been fully established and suspended, e.g ready for receiving messages.
- org.atmosphere.samples.chat - package org.atmosphere.samples.chat
-
- org.atmosphere.samples.chat.custom - package org.atmosphere.samples.chat.custom
-
S
- SampleConfig - Class in org.atmosphere.samples.chat.custom
-
A Simple Processor that demonstrate how you can extend you application with custom annotation.
- SampleConfig() - Constructor for class org.atmosphere.samples.chat.custom.SampleConfig
-
- setAuthor(String) - Method in class org.atmosphere.samples.chat.Message
-
- setMessage(String) - Method in class org.atmosphere.samples.chat.Message
-
- setTime(long) - Method in class org.atmosphere.samples.chat.Message
-
C D E G H J M O S
Copyright © 2014. All Rights Reserved.