org.vertx.scala.router

routing

package routing

Visibility
  1. Public
  2. All

Type Members

  1. case class All(path: String) extends RouteMatch with Product with Serializable

  2. case class AsyncReply(replyWhenDone: Future[Reply]) extends Reply with Product with Serializable

  3. case class Connect(path: String) extends RouteMatch with Product with Serializable

  4. case class Delete(path: String) extends RouteMatch with Product with Serializable

  5. case class Error(ex: RouterException) extends SyncReply with Product with Serializable

  6. case class Get(path: String) extends RouteMatch with Product with Serializable

  7. case class Head(path: String) extends RouteMatch with Product with Serializable

  8. case class Header(key: String, value: String, endReply: Reply) extends Reply with Product with Serializable

  9. case class Ok(json: JsonObject) extends SyncReply with Product with Serializable

  10. case class Options(path: String) extends RouteMatch with Product with Serializable

  11. case class Patch(path: String) extends RouteMatch with Product with Serializable

  12. case class Post(path: String) extends RouteMatch with Product with Serializable

  13. case class Put(path: String) extends RouteMatch with Product with Serializable

  14. sealed trait Reply extends AnyRef

  15. sealed trait RouteMatch extends AnyRef

  16. case class SendFile(file: String, absolute: Boolean = false) extends SyncReply with Product with Serializable

  17. case class SetCookie(key: String, value: String, endReply: Reply) extends Reply with Product with Serializable

  18. sealed trait SyncReply extends Reply

  19. case class Trace(path: String) extends RouteMatch with Product with Serializable

Value Members

  1. object NoBody extends SyncReply with Product with Serializable

Ungrouped