JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
H
J
M
O
S
C
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
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
onDisconnect(AtmosphereResourceEvent)
- Method in class org.atmosphere.samples.chat.
SockjsChat
Invoked when the client disconnect or when an unexpected closing of the underlying connection happens.
onMessage(Message)
- Method in class org.atmosphere.samples.chat.
SockjsChat
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.
SockjsChat
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
SockjsChat
- Class in
org.atmosphere.samples.chat
Simple annotated class that demonstrate the power of Atmosphere.
SockjsChat()
- Constructor for class org.atmosphere.samples.chat.
SockjsChat
C
D
E
G
H
J
M
O
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All Rights Reserved.