org.vertx.scala.core.http

RouteMatcher

class RouteMatcher extends java.core.Handler[HttpServerRequest] with (HttpServerRequest) ⇒ Unit with Self

Not sure whether this kind of RouteMatcher should stay in Scala...

Linear Supertypes
Self, (HttpServerRequest) ⇒ Unit, java.core.Handler[HttpServerRequest], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RouteMatcher
  2. Self
  3. Function1
  4. Handler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def all(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  5. def allWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  6. def andThen[A](g: (Unit) ⇒ A): (HttpServerRequest) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(request: HttpServerRequest): Unit

    Definition Classes
    RouteMatcher → Function1
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val asJava: java.core.http.RouteMatcher

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[A](g: (A) ⇒ HttpServerRequest): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def connect(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  13. def connectWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  14. def delete(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  15. def deleteWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  22. def handle(request: HttpServerRequest): Unit

    Definition Classes
    RouteMatcher → Handler
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def head(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  25. def headWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def options(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  31. def optionsWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  32. def patch(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  33. def patchWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  34. def post(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  35. def postWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  36. def put(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  37. def putWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  40. def trace(uri: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  41. def traceWithRegEx(regex: String, handler: (HttpServerRequest) ⇒ Unit): RouteMatcher

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def wrap[X](doStuff: ⇒ X): RouteMatcher.this.type

    Helper method wrapping invocations and returning the Scala type, once again to help provide fluent return types

    Helper method wrapping invocations and returning the Scala type, once again to help provide fluent return types

    Attributes
    protected[this]
    Definition Classes
    Self

Inherited from Self

Inherited from (HttpServerRequest) ⇒ Unit

Inherited from java.core.Handler[HttpServerRequest]

Inherited from AnyRef

Inherited from Any

Ungrouped