org.mashupbots

socko

package socko

Socko is a Scala web server powered by Netty networking and Akka processing.

Visibility
  1. Public
  2. All

Value Members

  1. package context

    Context objects provides a uniform way to read request data and write response data.

  2. package postdecoder

    This package is copied from Netty 4 io.netty.handler.codec.http because it is NOT included in Netty 3.

  3. package processors

    Processors are Akka actors that receives and processes ProcessingContext messages.

  4. package routes

    Routes define the rules for dispatching requests to its intended Akka actor processors.

  5. package utils

    Utility classes and objects

  6. package webserver

    Web server built on top of Netty.