Packages

object Method extends MethodInstances with Serializable

Source
Method.scala
Linear Supertypes
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. type DefaultMethod = Method with Default
  2. type DefaultMethodNoBody = DefaultMethod with NoBody
  3. type DefaultMethodWithBody = DefaultMethod with PermitsBody
  4. type IdempotentMethod = Method with Idempotent
  5. type IdempotentMethodNoBody = IdempotentMethod with NoBody
  6. type IdempotentMethodWithBody = IdempotentMethod with PermitsBody
  7. sealed trait NoBody extends Method
  8. sealed trait PermitsBody extends Method
  9. type SafeMethod = Method with Safe
  10. type SafeMethodNoBody = SafeMethod with NoBody
  11. type SafeMethodWithBody = SafeMethod with PermitsBody
  12. 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: IdempotentMethod
  5. val BASELINE-CONTROL: IdempotentMethod
  6. val BIND: IdempotentMethod
  7. val CHECKIN: IdempotentMethod
  8. val CHECKOUT: IdempotentMethod
  9. val CONNECT: DefaultMethodNoBody
  10. val COPY: IdempotentMethod
  11. val DELETE: IdempotentMethodNoBody
  12. val GET: SafeMethodNoBody
  13. val HEAD: SafeMethodNoBody
  14. val LABEL: IdempotentMethodWithBody
  15. val LINK: IdempotentMethod
  16. val LOCK: DefaultMethod
  17. val MERGE: IdempotentMethod
  18. val MKACTIVITY: IdempotentMethod
  19. val MKCALENDAR: IdempotentMethod
  20. val MKCOL: IdempotentMethod
  21. val MKREDIRECTREF: IdempotentMethod
  22. val MKWORKSPACE: IdempotentMethod
  23. val MOVE: IdempotentMethod
  24. val OPTIONS: SafeMethodWithBody
  25. val ORDERPATCH: IdempotentMethod
  26. val PATCH: DefaultMethodWithBody
  27. val POST: DefaultMethodWithBody
  28. val PROPFIND: SafeMethod
  29. val PROPPATCH: IdempotentMethod
  30. val PUT: IdempotentMethodWithBody
  31. val REBIND: IdempotentMethod
  32. val REPORT: SafeMethod
  33. val SEARCH: SafeMethod
  34. val TRACE: SafeMethodWithBody
  35. val UNBIND: IdempotentMethod
  36. val UNCHECKOUT: IdempotentMethod
  37. val UNLINK: IdempotentMethod
  38. val UNLOCK: IdempotentMethod
  39. val UPDATE: IdempotentMethod
  40. val UPDATEREDIRECTREF: IdempotentMethod
  41. val VERSION-CONTROL: IdempotentMethod
  42. val all: List[Method]
  43. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  44. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @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
    Annotations
    @native()
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. implicit val http4sEqForMethod: Eq[Method]
    Definition Classes
    MethodInstances
  52. implicit val http4sShowForMethod: Show[Method]
    Definition Classes
    MethodInstances
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  62. object Semantics

Inherited from Serializable

Inherited from Serializable

Inherited from MethodInstances

Inherited from AnyRef

Inherited from Any

Ungrouped