@AtmosphereHandlerService(path="/chat",
interceptors=org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor.class,
broadcasterCache=org.atmosphere.cache.SessionBroadcasterCache.class,
broadcaster=org.atmosphere.util.ExcludeSessionBroadcaster.class)
public class SocketIOChatAtmosphereHandler
extends Object
implements org.atmosphere.cpr.AtmosphereHandler
| Constructor and Description |
|---|
SocketIOChatAtmosphereHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
onRequest(org.atmosphere.cpr.AtmosphereResource r) |
void |
onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event) |
public void onRequest(org.atmosphere.cpr.AtmosphereResource r)
throws IOException
onRequest in interface org.atmosphere.cpr.AtmosphereHandlerIOExceptionpublic void onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent event)
throws IOException
onStateChange in interface org.atmosphere.cpr.AtmosphereHandlerIOExceptionpublic void destroy()
destroy in interface org.atmosphere.cpr.AtmosphereHandlerCopyright © 2015. All Rights Reserved.