org.vertx.scala

router

package router

Visibility
  1. Public
  2. All

Type Members

  1. trait Router extends (HttpServerRequest) ⇒ Unit

    The Router trait can be extended to give access to an easy way to write nice routes for your HTTP server.

  2. case class RouterException(message: String = "", cause: Throwable = null, id: String = "UNKNOWN_SERVER_ERROR", statusCode: Int = 500) extends Exception with Product with Serializable

Value Members

  1. package routing

Ungrouped