Packages

object Method extends MethodInstances with Serializable

Source
Method.scala
Linear Supertypes
Serializable, Serializable, MethodInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Method
  2. Serializable
  3. Serializable
  4. MethodInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait NoBody extends Method
  2. sealed trait PermitsBody extends Method
  3. sealed trait Semantics extends AnyRef

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. val ACL: Method with Idempotent
  5. val BASELINE-CONTROL: Method with Idempotent
  6. val BIND: Method with Idempotent
  7. val CHECKIN: Method with Idempotent
  8. val CHECKOUT: Method with Idempotent
  9. val CONNECT: Method with Default with NoBody
  10. val COPY: Method with Idempotent
  11. val DELETE: Method with Idempotent with NoBody
  12. val GET: Method with Safe with NoBody
  13. val HEAD: Method with Safe with NoBody
  14. val LABEL: Method with Idempotent with PermitsBody
  15. val LINK: Method with Idempotent
  16. val LOCK: Method with Default
  17. val MERGE: Method with Idempotent
  18. val MKACTIVITY: Method with Idempotent
  19. val MKCALENDAR: Method with Idempotent
  20. val MKCOL: Method with Idempotent
  21. val MKREDIRECTREF: Method with Idempotent
  22. val MKWORKSPACE: Method with Idempotent
  23. val MOVE: Method with Idempotent
  24. implicit val MethodInstances: Show[Method] with Equal[Method]
    Definition Classes
    MethodInstances
  25. val OPTIONS: Method with Safe with PermitsBody
  26. val ORDERPATCH: Method with Idempotent
  27. val PATCH: Method with Default with PermitsBody
  28. val POST: Method with Default with PermitsBody
  29. val PROPFIND: Method with Safe
  30. val PROPPATCH: Method with Idempotent
  31. val PUT: Method with Idempotent with PermitsBody
  32. val REBIND: Method with Idempotent
  33. val REPORT: Method with Safe
  34. val SEARCH: Method with Safe
  35. val TRACE: Method with Safe with PermitsBody
  36. val UNBIND: Method with Idempotent
  37. val UNCHECKOUT: Method with Idempotent
  38. val UNLINK: Method with Idempotent
  39. val UNLOCK: Method with Idempotent
  40. val UPDATE: Method with Idempotent
  41. val UPDATEREDIRECTREF: Method with Idempotent
  42. val VERSION-CONTROL: Method with Idempotent
  43. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  44. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  47. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def fromString(s: String): ParseResult[Method]
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  55. def registered: Iterable[Method]
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. object Semantics

Inherited from Serializable

Inherited from Serializable

Inherited from MethodInstances

Inherited from AnyRef

Inherited from Any

Ungrouped