Skip navigation links
C D E G H I 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
 

I

injectable(AtmosphereConfig) - Method in class org.atmosphere.samples.chat.ObjectMapperInjectable
 

J

JacksonDecoder - Class in org.atmosphere.samples.chat
Decode a String into a Message.
JacksonDecoder() - Constructor for class org.atmosphere.samples.chat.JacksonDecoder
 
JacksonEncoder - Class in org.atmosphere.samples.chat
Encode a Message into a String
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

ObjectMapperInjectable - Class in org.atmosphere.samples.chat
Injectable for ObjectMapper
ObjectMapperInjectable() - Constructor for class org.atmosphere.samples.chat.ObjectMapperInjectable
 
onDisconnect() - Method in class org.atmosphere.samples.chat.Chat
Invoked when the client disconnects or when the underlying connection is closed unexpectedly.
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() - Method in class org.atmosphere.samples.chat.Chat
Invoked when the connection has been fully established and suspended, that is, 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
 
supportedType(Type) - Method in class org.atmosphere.samples.chat.ObjectMapperInjectable
 
C D E G H I J M O S 
Skip navigation links

Copyright © 2018. All Rights Reserved.