C G O S

C

ChatAtmosphereHandler - Class in org.atmosphere.samples.chat
Simple AtmosphereHandler that implement the logic to build a Chat application.
ChatAtmosphereHandler() - Constructor for class org.atmosphere.samples.chat.ChatAtmosphereHandler
 
ChatAtmosphereHandler.Data - Class in org.atmosphere.samples.chat
 
ChatAtmosphereHandler.Data() - Constructor for class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 
ChatAtmosphereHandler.Data(String, String) - Constructor for class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 
ChatAtmosphereHandler.WebSocketEventListener - Class in org.atmosphere.samples.chat
Simple listener for events.
ChatAtmosphereHandler.WebSocketEventListener() - Constructor for class org.atmosphere.samples.chat.ChatAtmosphereHandler.WebSocketEventListener
 

G

getAuthor() - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 
getMessage() - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 
getTime() - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 

O

onConnect(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.WebSocketEventListener
 
onDisconnect(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.WebSocketEventListener
 
onMessage(AtmosphereResponse, String) - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler
Echo the JSON Message we receives.
org.atmosphere.samples.chat - package org.atmosphere.samples.chat
 

S

setAuthor(String) - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 
setMessage(String) - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 
setTime(long) - Method in class org.atmosphere.samples.chat.ChatAtmosphereHandler.Data
 

C G O S

Copyright © 2013. All Rights Reserved.