Class

org.hyperscala.communication.server

CommunicationServerConnection

Related Doc: package server

Permalink

class CommunicationServerConnection extends AbstractReceiveListener

Linear Supertypes
AbstractReceiveListener, ChannelListener[WebSocketChannel], EventListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommunicationServerConnection
  2. AbstractReceiveListener
  3. ChannelListener
  4. EventListener
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommunicationServerConnection(server: CommunicationServer, channel: WebSocketChannel)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def bufferFullMessage(arg0: StreamSourceFrameChannel): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val created: Long

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getMaxBinaryBufferSize(): Long

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  13. def getMaxCloseBufferSize(): Long

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  14. def getMaxPingBufferSize(): Long

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  15. def getMaxPongBufferSize(): Long

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  16. def getMaxTextBufferSize(): Long

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  17. def handleEvent(arg0: WebSocketChannel): Unit

    Permalink
    Definition Classes
    AbstractReceiveListener → ChannelListener
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def onBinary(arg0: WebSocketChannel, arg1: StreamSourceFrameChannel): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def onClose(webSocketChannel: WebSocketChannel, channel: StreamSourceFrameChannel): Unit

    Permalink
    Definition Classes
    CommunicationServerConnection → AbstractReceiveListener
  25. def onCloseMessage(arg0: CloseMessage, arg1: WebSocketChannel): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  26. def onError(arg0: WebSocketChannel, arg1: Throwable): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
  27. def onFullBinaryMessage(arg0: WebSocketChannel, arg1: BufferedBinaryMessage): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def onFullCloseMessage(arg0: WebSocketChannel, arg1: BufferedBinaryMessage): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def onFullPingMessage(arg0: WebSocketChannel, arg1: BufferedBinaryMessage): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def onFullPongMessage(arg0: WebSocketChannel, arg1: BufferedBinaryMessage): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def onFullTextMessage(channel: WebSocketChannel, message: BufferedTextMessage): Unit

    Permalink
    Definition Classes
    CommunicationServerConnection → AbstractReceiveListener
  32. def onPing(arg0: WebSocketChannel, arg1: StreamSourceFrameChannel): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def onPong(arg0: WebSocketChannel, arg1: StreamSourceFrameChannel): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def onText(arg0: WebSocketChannel, arg1: StreamSourceFrameChannel): Unit

    Permalink
    Attributes
    protected[io.undertow.websockets.core]
    Definition Classes
    AbstractReceiveListener
    Annotations
    @throws( classOf[java.io.IOException] )
  35. val receive: Channel[String]

    Permalink

    Listen to receive messages from the client sent to this server.

  36. val send: Channel[String]

    Permalink

    Pass messages to this to send through the server to the client.

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractReceiveListener

Inherited from ChannelListener[WebSocketChannel]

Inherited from EventListener

Inherited from AnyRef

Inherited from Any

Ungrouped