public class InteractiveController extends org.elasticsearch.common.component.AbstractLifecycleComponent<InteractiveController>
| Constructor and Description |
|---|
InteractiveController(org.elasticsearch.common.settings.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
void |
frame(org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker,
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame frame,
org.jboss.netty.channel.ChannelHandlerContext context) |
void |
presence(Presence presence,
String topic,
org.jboss.netty.channel.Channel channel) |
void |
registerHandler(String type,
InteractiveHandler handler) |
@Inject public InteractiveController(org.elasticsearch.common.settings.Settings settings)
protected void doStart() throws org.elasticsearch.ElasticsearchException
doStart in class org.elasticsearch.common.component.AbstractLifecycleComponent<InteractiveController>org.elasticsearch.ElasticsearchExceptionprotected void doStop() throws org.elasticsearch.ElasticsearchException
doStop in class org.elasticsearch.common.component.AbstractLifecycleComponent<InteractiveController>org.elasticsearch.ElasticsearchExceptionprotected void doClose() throws org.elasticsearch.ElasticsearchException
doClose in class org.elasticsearch.common.component.AbstractLifecycleComponent<InteractiveController>org.elasticsearch.ElasticsearchExceptionpublic void registerHandler(String type, InteractiveHandler handler)
public void presence(Presence presence, String topic, org.jboss.netty.channel.Channel channel)
public void frame(org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker, org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame frame, org.jboss.netty.channel.ChannelHandlerContext context)
Copyright © 2012–2014. All rights reserved.