Package

colossus

protocols

Permalink

package protocols

Visibility
  1. Public
  2. All

Value Members

  1. package http

    Permalink
  2. package memcache

    Permalink
  3. package redis

    Permalink
  4. package telnet

    Permalink
  5. package websocket

    Permalink

    **This package is experimental and subject to breaking changes between versions**.

    **This package is experimental and subject to breaking changes between versions**. We currently don't support the complete Websocket spec but there is enough support for basic servers

    The Websocket protocol defines an asynchronous application protocol. Since unlike HTTP or other similar protocols there are no requests or responses, writing a Websocket server is slightly different from other service-protocol servers. In particular, you should use the WebsocketServer to start a server and the WebsocketServerHandler to define a connection handler.

    The subprotocols package contains some basic sub-protocols, but these tend to be application specific so support is limited.

    Websocket connection handlers are designed to behave like actors, and mixing in the ProxyActor trait can make Websocket connections behave like and interact with Akka actors.

Ungrouped