Package

adb

router

Permalink

package router

Visibility
  1. Public
  2. All

Type Members

  1. trait Directive[T] extends AnyRef

    Permalink
  2. case class Path(segments: Seq[String]) extends Product with Serializable

    Permalink
  3. case class Router(notFoundPage: Binding[Node])(routingStrategy: RoutingStrategy) extends Product with Serializable

    Permalink
  4. trait RoutingStrategy extends AnyRef

    Permalink

Value Members

  1. object Path extends Serializable

    Permalink
  2. object RoutingStrategy

    Permalink

Ungrouped