org.mashupbots

socko

package socko

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

Package dependency hierarchy

infrastructure
       |
     events
   ____|____
   |       |
routes   handlers
   \       /
   webserver
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. socko
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. package events

    Socko events are raised by Socko and passed into your routes for dispatching to your handlers.

  2. package handlers

  3. package infrastructure

    Utility classes and objects

  4. package netty

  5. package routes

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

  6. package webserver

    Socko web server built on top of Netty networking and Akka processing.

Inherited from AnyRef

Inherited from Any

Ungrouped