WebSocketAppHandler

final class WebSocketAppHandler[R](zExec: HttpRuntime[R], app: SocketApp[R]) extends SimpleChannelInboundHandler[WebSocketFrame]

A generic SocketApp handler that can be used on both - the client and the server.

class SimpleChannelInboundHandler[WebSocketFrame]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override def channelRead0(ctx: ChannelHandlerContext, msg: WebSocketFrame): Unit
Definition Classes
SimpleChannelInboundHandler
override def channelUnregistered(ctx: ChannelHandlerContext): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def exceptionCaught(ctx: ChannelHandlerContext, x: Throwable): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler -> ChannelHandlerAdapter -> ChannelHandler
override def userEventTriggered(ctx: ChannelHandlerContext, event: AnyRef): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler

Inherited methods

@throws(java.lang.Exception)
def acceptInboundMessage(x$0: <FromJavaObject>): Boolean
Inherited from:
SimpleChannelInboundHandler
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelActive(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelInactive(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from:
SimpleChannelInboundHandler
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelReadComplete(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelRegistered(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
def handlerAdded(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelHandlerAdapter
@throws(java.lang.Exception)
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelHandlerAdapter
Inherited from:
ChannelHandlerAdapter