public class WSocketServerSession<T extends WSocketServerSession> extends ActorWSClientSession<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.nustaq.kontraktor.Actor |
facade |
static int |
PING_INTERVAL_MILLIS |
context, NUM_MISSING_PONGS_FOR_TIMEOUT, server, sessionId| Constructor and Description |
|---|
WSocketServerSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
$init(ActorWSServer server,
int sessionId) |
void |
$onBinaryMessage(byte[] buffer) |
void |
$onClose() |
void |
$onOpen(io.netty.channel.ChannelHandlerContext ctx) |
void |
$poll() |
$onTextMessage, $pong, $runPing, sendBinaryMessage, sendTextMessage__addRemoteConnection, __addStopHandler, __enqueueCall, __getCachedMethod, __removeRemoteConnection, __stop, $close, $stop, $sync, async, checkThread, Cont, delayed, Fin, getActor, getActorRef, getCallbackSize, getFactory, getMailboxSize, getScheduler, inThread, isCallbackQPressured, isMailboxPressured, isProxy, isRemote, isStopped, self, stopSafeClose, yield, yieldListpublic static final int PING_INTERVAL_MILLIS
protected org.nustaq.kontraktor.Actor facade
public void $init(ActorWSServer server, int sessionId)
$init in class ActorWSClientSession<T extends WSocketServerSession>public void $onBinaryMessage(byte[] buffer)
$onBinaryMessage in class ActorWSClientSession<T extends WSocketServerSession>public void $onOpen(io.netty.channel.ChannelHandlerContext ctx)
$onOpen in class ActorWSClientSession<T extends WSocketServerSession>public void $poll()
public void $onClose()
$onClose in class ActorWSClientSession<T extends WSocketServerSession>Copyright © 2014. All rights reserved.