Object/Class

org.http4s

Method

Related Docs: class Method | package http4s

Permalink

object Method extends MethodInstances with Serializable

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. type DefaultMethod = Method with Default

    Permalink
  2. type DefaultMethodNoBody = DefaultMethod with NoBody

    Permalink
  3. type DefaultMethodWithBody = DefaultMethod with PermitsBody

    Permalink
  4. type IdempotentMethod = Method with Idempotent

    Permalink
  5. type IdempotentMethodNoBody = IdempotentMethod with NoBody

    Permalink
  6. type IdempotentMethodWithBody = IdempotentMethod with PermitsBody

    Permalink
  7. sealed trait NoBody extends Method

    Permalink
  8. sealed trait PermitsBody extends Method

    Permalink
  9. type SafeMethod = Method with Safe

    Permalink
  10. type SafeMethodNoBody = SafeMethod with NoBody

    Permalink
  11. type SafeMethodWithBody = SafeMethod with PermitsBody

    Permalink
  12. sealed trait Semantics extends AnyRef

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ACL: IdempotentMethod

    Permalink
  5. val BASELINE-CONTROL: IdempotentMethod

    Permalink
  6. val BIND: IdempotentMethod

    Permalink
  7. val CHECKIN: IdempotentMethod

    Permalink
  8. val CHECKOUT: IdempotentMethod

    Permalink
  9. val CONNECT: DefaultMethodNoBody

    Permalink
  10. val COPY: IdempotentMethod

    Permalink
  11. val DELETE: IdempotentMethodNoBody

    Permalink
  12. val GET: SafeMethodNoBody

    Permalink
  13. val HEAD: SafeMethodNoBody

    Permalink
  14. val LABEL: IdempotentMethodWithBody

    Permalink
  15. val LINK: IdempotentMethod

    Permalink
  16. val LOCK: DefaultMethod

    Permalink
  17. val MERGE: IdempotentMethod

    Permalink
  18. val MKACTIVITY: IdempotentMethod

    Permalink
  19. val MKCALENDAR: IdempotentMethod

    Permalink
  20. val MKCOL: IdempotentMethod

    Permalink
  21. val MKREDIRECTREF: IdempotentMethod

    Permalink
  22. val MKWORKSPACE: IdempotentMethod

    Permalink
  23. val MOVE: IdempotentMethod

    Permalink
  24. val OPTIONS: SafeMethodWithBody

    Permalink
  25. val ORDERPATCH: IdempotentMethod

    Permalink
  26. val PATCH: DefaultMethodWithBody

    Permalink
  27. val POST: DefaultMethodWithBody

    Permalink
  28. val PROPFIND: SafeMethod

    Permalink
  29. val PROPPATCH: IdempotentMethod

    Permalink
  30. val PUT: IdempotentMethodWithBody

    Permalink
  31. val REBIND: IdempotentMethod

    Permalink
  32. val REPORT: SafeMethod

    Permalink
  33. val SEARCH: SafeMethod

    Permalink
  34. object Semantics

    Permalink
  35. val TRACE: SafeMethodWithBody

    Permalink
  36. val UNBIND: IdempotentMethod

    Permalink
  37. val UNCHECKOUT: IdempotentMethod

    Permalink
  38. val UNLINK: IdempotentMethod

    Permalink
  39. val UNLOCK: IdempotentMethod

    Permalink
  40. val UPDATE: IdempotentMethod

    Permalink
  41. val UPDATEREDIRECTREF: IdempotentMethod

    Permalink
  42. val VERSION-CONTROL: IdempotentMethod

    Permalink
  43. val all: List[Method]

    Permalink
  44. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  45. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. def fromString(s: String): ParseResult[Method]

    Permalink
  50. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  51. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  52. implicit val http4sEqForMethod: Eq[Method]

    Permalink
    Definition Classes
    MethodInstances
  53. implicit val http4sShowForMethod: Show[Method]

    Permalink
    Definition Classes
    MethodInstances
  54. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from MethodInstances

Inherited from AnyRef

Inherited from Any

Ungrouped