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. sealed trait NoBody extends Method

    Permalink
  2. sealed trait PermitsBody extends Method

    Permalink
  3. 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: Method with Idempotent

    Permalink
  5. val BASELINE-CONTROL: Method with Idempotent

    Permalink
  6. val BIND: Method with Idempotent

    Permalink
  7. val CHECKIN: Method with Idempotent

    Permalink
  8. val CHECKOUT: Method with Idempotent

    Permalink
  9. val CONNECT: Method with Default with NoBody

    Permalink
  10. val COPY: Method with Idempotent

    Permalink
  11. val DELETE: Method with Idempotent with NoBody

    Permalink
  12. val GET: Method with Safe with NoBody

    Permalink
  13. val HEAD: Method with Safe with NoBody

    Permalink
  14. val LABEL: Method with Idempotent with PermitsBody

    Permalink
  15. val LINK: Method with Idempotent

    Permalink
  16. val LOCK: Method with Default

    Permalink
  17. val MERGE: Method with Idempotent

    Permalink
  18. val MKACTIVITY: Method with Idempotent

    Permalink
  19. val MKCALENDAR: Method with Idempotent

    Permalink
  20. val MKCOL: Method with Idempotent

    Permalink
  21. val MKREDIRECTREF: Method with Idempotent

    Permalink
  22. val MKWORKSPACE: Method with Idempotent

    Permalink
  23. val MOVE: Method with Idempotent

    Permalink
  24. implicit val MethodInstances: Show[Method] with Equal[Method]

    Permalink
    Definition Classes
    MethodInstances
  25. val OPTIONS: Method with Safe with PermitsBody

    Permalink
  26. val ORDERPATCH: Method with Idempotent

    Permalink
  27. val PATCH: Method with Default with PermitsBody

    Permalink
  28. val POST: Method with Default with PermitsBody

    Permalink
  29. val PROPFIND: Method with Safe

    Permalink
  30. val PROPPATCH: Method with Idempotent

    Permalink
  31. val PUT: Method with Idempotent with PermitsBody

    Permalink
  32. val REBIND: Method with Idempotent

    Permalink
  33. val REPORT: Method with Safe

    Permalink
  34. val SEARCH: Method with Safe

    Permalink
  35. object Semantics

    Permalink
  36. val TRACE: Method with Safe with PermitsBody

    Permalink
  37. val UNBIND: Method with Idempotent

    Permalink
  38. val UNCHECKOUT: Method with Idempotent

    Permalink
  39. val UNLINK: Method with Idempotent

    Permalink
  40. val UNLOCK: Method with Idempotent

    Permalink
  41. val UPDATE: Method with Idempotent

    Permalink
  42. val UPDATEREDIRECTREF: Method with Idempotent

    Permalink
  43. val VERSION-CONTROL: Method with Idempotent

    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. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  56. def registered: Iterable[Method]

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

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

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

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

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