colossus.protocols.websocket

WebsocketHttpHandler

class WebsocketHttpHandler[E <: Encoding] extends RequestHandler

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WebsocketHttpHandler
  2. RequestHandler
  3. GenRequestHandler
  4. UpstreamEventHandler
  5. HasUpstream
  6. HandlerTail
  7. UpstreamEvents
  8. DownstreamEvents
  9. WorkerItemEvents
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WebsocketHttpHandler(ctx: ServerContext, websocketInit: WebsocketInitializer[E], upgradePath: String)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bind(): Unit

    Definition Classes
    DownstreamEvents
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: ServiceConfig

    Definition Classes
    GenRequestHandler
  10. def connected(): Unit

    Definition Classes
    DownstreamEvents
  11. def connection: ConnectionManager

    Definition Classes
    GenRequestHandler
  12. def connectionTerminated(reason: DisconnectCause): Unit

    Definition Classes
    DownstreamEvents
  13. def context: Context

    Definition Classes
    GenRequestHandlerDownstreamEvents
  14. def disconnect(): Unit

    Definition Classes
    GenRequestHandler
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. implicit val executor: CallbackExecutor

    Definition Classes
    GenRequestHandler
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def handle: PartialFunction[Request, Callback[Response]]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def idleCheck(period: FiniteDuration): Unit

    Definition Classes
    DownstreamEvents
  23. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def onBind(): Unit

    Called when the item is bound to a worker.

    Called when the item is bound to a worker.

    Attributes
    protected
    Definition Classes
    WorkerItemEvents
  28. def onConnected(): Unit

    Attributes
    protected
    Definition Classes
    DownstreamEvents
  29. def onConnectionTerminated(reason: DisconnectCause): Unit

    Attributes
    protected
    Definition Classes
    DownstreamEvents
  30. def onError: ErrorHandler[Http]

    Definition Classes
    GenRequestHandler
  31. def onIdleCheck(period: FiniteDuration): Unit

    Attributes
    protected
    Definition Classes
    DownstreamEvents
  32. def onReceivedMessage(sender: ActorRef, message: Any): Unit

    Attributes
    protected
    Definition Classes
    DownstreamEvents
  33. def onShutdown(): Unit

    Attributes
    protected
    Definition Classes
    UpstreamEvents
  34. def onUnbind(): Unit

    Called when the item has been unbound from a worker

    Called when the item has been unbound from a worker

    Attributes
    protected
    Definition Classes
    WorkerItemEvents
  35. def receivedMessage(message: Any, sender: ActorRef): Unit

    Provides a way to send this WorkerItem a message from an Actor by way of WorkerCommand.

    Provides a way to send this WorkerItem a message from an Actor by way of WorkerCommand.Message.

    message

    The message that was sent

    sender

    The sender who sent the message

    Definition Classes
    DownstreamEventsWorkerItemEvents
  36. val server: ServerRef

    Definition Classes
    GenRequestHandler
  37. val serverContext: ServerContext

    Definition Classes
    GenRequestHandler
  38. def setConnection(connection: ConnectionManager): Unit

    Definition Classes
    GenRequestHandler
  39. def setUpstream(up: ServiceUpstream[Http]): Unit

    Definition Classes
    HasUpstream
  40. def shutdown(): Unit

    Definition Classes
    UpstreamEventHandlerUpstreamEvents
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. def unbind(): Unit

    Definition Classes
    DownstreamEvents
  44. lazy val upstream: ServiceUpstream[Http]

    Definition Classes
    HasUpstream
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. implicit val worker: WorkerRef

    Definition Classes
    GenRequestHandler

Inherited from RequestHandler

Inherited from GenRequestHandler[Http]

Inherited from HasUpstream[ServiceUpstream[Http]]

Inherited from HandlerTail

Inherited from UpstreamEvents

Inherited from DownstreamEvents

Inherited from WorkerItemEvents

Inherited from AnyRef

Inherited from Any

Ungrouped