public interface WebSocketServerAdapter
Modifier and Type | Method and Description |
---|---|
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)
Emit a frame.
|
void |
presence(Presence presence,
String topic,
org.jboss.netty.channel.Channel channel)
Emit a presence event.
|
void presence(Presence presence, String topic, org.jboss.netty.channel.Channel channel)
presence
- topic
- channel
- 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)
handshaker
- frame
- context
- Copyright © 2012–2014. All rights reserved.