@ChannelHandler.Sharable public class FlashSocketTransport extends WebSocketTransport
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
path| Constructor and Description |
|---|
FlashSocketTransport(String connectPath,
boolean isSsl,
AckManager ackManager,
DisconnectableHub disconnectable,
AuthorizeHandler authorizeHandler,
HeartbeatHandler heartbeatHandler,
StoreFactory storeFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Transport |
getTransport() |
protected void |
removeHandler(io.netty.channel.ChannelPipeline pipeline) |
channelInactive, channelRead, channelReadComplete, getAllClients, onDisconnectgetAllClientschannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic static final String NAME
public FlashSocketTransport(String connectPath, boolean isSsl, AckManager ackManager, DisconnectableHub disconnectable, AuthorizeHandler authorizeHandler, HeartbeatHandler heartbeatHandler, StoreFactory storeFactory)
protected Transport getTransport()
getTransport in class WebSocketTransportprotected void removeHandler(io.netty.channel.ChannelPipeline pipeline)
removeHandler in class WebSocketTransportCopyright © 2012–2014. All rights reserved.