Packages

package server

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Directive0 = Directive[Unit]
  2. type Directive1[T] = Directive[(T)]
  3. type PathMatcher0 = PathMatcher[Unit]
  4. type PathMatcher1[T] = PathMatcher[(T)]
  5. type Route = (RequestContext) ⇒ Future[RouteResult]
  6. type RouteGenerator[T] = (T) ⇒ Route

Value Members

  1. def FIXME: Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped