Packages

c

acsgh.mad.scala.server.provider

NettyServerChannelWebSocketHandler

class NettyServerChannelWebSocketHandler extends WebSocketServerProtocolHandler with LogSupport

Linear Supertypes
LogSupport, WebSocketServerProtocolHandler, WebSocketProtocolHandler, MessageToMessageDecoder[WebSocketFrame], ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyServerChannelWebSocketHandler
  2. LogSupport
  3. WebSocketServerProtocolHandler
  4. WebSocketProtocolHandler
  5. MessageToMessageDecoder
  6. ChannelInboundHandlerAdapter
  7. ChannelInboundHandler
  8. ChannelHandlerAdapter
  9. ChannelHandler
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NettyServerChannelWebSocketHandler(wsRouter: WSRouter, uri: String, subprotocol: Option[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acceptInboundMessage(arg0: AnyRef): Boolean
    Definition Classes
    MessageToMessageDecoder
    Annotations
    @throws(classOf[java.lang.Exception])
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def channelActive(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception]) @Skip()
  7. def channelInactive(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception]) @Skip()
  8. def channelRead(arg0: ChannelHandlerContext, arg1: AnyRef): Unit
    Definition Classes
    MessageToMessageDecoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception])
  9. def channelReadComplete(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception]) @Skip()
  10. def channelRegistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception]) @Skip()
  11. def channelUnregistered(ctx: ChannelHandlerContext): Unit
    Definition Classes
    NettyServerChannelWebSocketHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  12. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception]) @Skip()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def decode(ctx: ChannelHandlerContext, frame: WebSocketFrame, out: List[AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    NettyServerChannelWebSocketHandler → WebSocketServerProtocolHandler → WebSocketProtocolHandler → MessageToMessageDecoder
  15. def ensureNotSharable(): Unit
    Attributes
    protected[channel]
    Definition Classes
    ChannelHandlerAdapter
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit
    Definition Classes
    WebSocketServerProtocolHandler → WebSocketProtocolHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws(classOf[java.lang.Exception])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def handlerAdded(arg0: ChannelHandlerContext): Unit
    Definition Classes
    WebSocketServerProtocolHandler → ChannelHandlerAdapter → ChannelHandler
  21. def handlerRemoved(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws(classOf[java.lang.Exception])
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isSharable(): Boolean
    Definition Classes
    ChannelHandlerAdapter
  25. val log: Logger
    Definition Classes
    LogSupport
  26. def logText(level: LogLevel, log: Logger, text: String, params: Any*): Unit
    Attributes
    protected
    Definition Classes
    LogSupport
  27. def logText(level: LogLevel, text: String, params: Any*): Unit
    Attributes
    protected
    Definition Classes
    LogSupport
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def userEventTriggered(arg0: ChannelHandlerContext, arg1: AnyRef): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws(classOf[java.lang.Exception]) @Skip()
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LogSupport

Inherited from WebSocketServerProtocolHandler

Inherited from WebSocketProtocolHandler

Inherited from MessageToMessageDecoder[WebSocketFrame]

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped