C D E G J O P S U 

C

ChatProtocol - Class in org.atmosphere.samples.chat
 
ChatProtocol() - Constructor for class org.atmosphere.samples.chat.ChatProtocol
 
ChatProtocol(String, String) - Constructor for class org.atmosphere.samples.chat.ChatProtocol
 
ChatProtocol(String, String, Collection<String>, Collection<Broadcaster>) - Constructor for class org.atmosphere.samples.chat.ChatProtocol
 
ChatProtocol(Collection<String>, Collection<Broadcaster>) - Constructor for class org.atmosphere.samples.chat.ChatProtocol
 
ChatRoom - Class in org.atmosphere.samples.chat
Simple annotated class that demonstrate the power of Atmosphere.
ChatRoom() - Constructor for class org.atmosphere.samples.chat.ChatRoom
 

D

decode(String) - Method in class org.atmosphere.samples.chat.ProtocolDecoder
 
decode(String) - Method in class org.atmosphere.samples.chat.UserDecoder
 

E

encode(JacksonEncoder.Encodable) - Method in class org.atmosphere.samples.chat.JacksonEncoder
 

G

getAuthor() - Method in class org.atmosphere.samples.chat.ChatProtocol
 
getMessage() - Method in class org.atmosphere.samples.chat.ChatProtocol
 
getMessage() - Method in class org.atmosphere.samples.chat.UserMessage
 
getRooms() - Method in class org.atmosphere.samples.chat.ChatProtocol
 
getTime() - Method in class org.atmosphere.samples.chat.ChatProtocol
 
getUser() - Method in class org.atmosphere.samples.chat.UserMessage
 
getUsers() - Method in class org.atmosphere.samples.chat.ChatProtocol
 
getUuid() - Method in class org.atmosphere.samples.chat.ChatProtocol
 

J

JacksonEncoder - Class in org.atmosphere.samples.chat
Encode a ChatProtocol into a String
JacksonEncoder() - Constructor for class org.atmosphere.samples.chat.JacksonEncoder
 
JacksonEncoder.Encodable - Interface in org.atmosphere.samples.chat
Marker interface for Jackson.

O

onDisconnect(AtmosphereResourceEvent) - Method in class org.atmosphere.samples.chat.ChatRoom
Invoked when the client disconnect or when an unexpected closing of the underlying connection happens.
onMessage(ChatProtocol) - Method in class org.atmosphere.samples.chat.ChatRoom
Simple annotated class that demonstrate how Encoder and {@link org.atmosphere.config.managed.Decoder can be used.
onPrivateMessage(UserMessage) - Method in class org.atmosphere.samples.chat.ChatRoom
 
onReady(AtmosphereResource) - Method in class org.atmosphere.samples.chat.ChatRoom
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
 

P

ProtocolDecoder - Class in org.atmosphere.samples.chat
Decode a String into a ChatProtocol.
ProtocolDecoder() - Constructor for class org.atmosphere.samples.chat.ProtocolDecoder
 

S

setAuthor(String) - Method in class org.atmosphere.samples.chat.ChatProtocol
 
setMessage(String) - Method in class org.atmosphere.samples.chat.ChatProtocol
 
setMessage(String) - Method in class org.atmosphere.samples.chat.UserMessage
 
setRooms(List<String>) - Method in class org.atmosphere.samples.chat.ChatProtocol
 
setTime(long) - Method in class org.atmosphere.samples.chat.ChatProtocol
 
setUser(String) - Method in class org.atmosphere.samples.chat.UserMessage
 
setUsers(Collection<String>) - Method in class org.atmosphere.samples.chat.ChatProtocol
 
setUsers(List<String>) - Method in class org.atmosphere.samples.chat.ChatProtocol
 
setUuid(String) - Method in class org.atmosphere.samples.chat.ChatProtocol
 

U

UserDecoder - Class in org.atmosphere.samples.chat
Decode a String into a UserMessage.
UserDecoder() - Constructor for class org.atmosphere.samples.chat.UserDecoder
 
UserMessage - Class in org.atmosphere.samples.chat
 
UserMessage() - Constructor for class org.atmosphere.samples.chat.UserMessage
 
C D E G J O P S U 

Copyright © 2013. All Rights Reserved.