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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

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

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

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

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

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

  12. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

  24. def handle(request: HttpServerRequest): Unit

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

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

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

  28. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. 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