object Method extends MethodInstances with Serializable
- Source
- Method.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Method
- Serializable
- Serializable
- MethodInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type DefaultMethod = Method with Default
- type DefaultMethodNoBody = DefaultMethod with NoBody
- type DefaultMethodWithBody = DefaultMethod with PermitsBody
- type IdempotentMethod = Method with Idempotent
- type IdempotentMethodNoBody = IdempotentMethod with NoBody
- type IdempotentMethodWithBody = IdempotentMethod with PermitsBody
- sealed trait NoBody extends Method
- sealed trait PermitsBody extends Method
- type SafeMethod = Method with Safe
- type SafeMethodNoBody = SafeMethod with NoBody
- type SafeMethodWithBody = SafeMethod with PermitsBody
- sealed trait Semantics extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ACL: IdempotentMethod
- val BASELINE-CONTROL: IdempotentMethod
- val BIND: IdempotentMethod
- val CHECKIN: IdempotentMethod
- val CHECKOUT: IdempotentMethod
- val CONNECT: DefaultMethodNoBody
- val COPY: IdempotentMethod
- val DELETE: IdempotentMethodNoBody
- val GET: SafeMethodNoBody
- val HEAD: SafeMethodNoBody
- val LABEL: IdempotentMethodWithBody
- val LINK: IdempotentMethod
- val LOCK: DefaultMethod
- val MERGE: IdempotentMethod
- val MKACTIVITY: IdempotentMethod
- val MKCALENDAR: IdempotentMethod
- val MKCOL: IdempotentMethod
- val MKREDIRECTREF: IdempotentMethod
- val MKWORKSPACE: IdempotentMethod
- val MOVE: IdempotentMethod
- val OPTIONS: SafeMethodWithBody
- val ORDERPATCH: IdempotentMethod
- val PATCH: DefaultMethodWithBody
- val POST: DefaultMethodWithBody
- val PROPFIND: SafeMethod
- val PROPPATCH: IdempotentMethod
- val PUT: IdempotentMethodWithBody
- val REBIND: IdempotentMethod
- val REPORT: SafeMethod
- val SEARCH: SafeMethod
- val TRACE: SafeMethodWithBody
- val UNBIND: IdempotentMethod
- val UNCHECKOUT: IdempotentMethod
- val UNLINK: IdempotentMethod
- val UNLOCK: IdempotentMethod
- val UPDATE: IdempotentMethod
- val UPDATEREDIRECTREF: IdempotentMethod
- val VERSION-CONTROL: IdempotentMethod
- val all: List[Method]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromString(s: String): ParseResult[Method]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
val
http4sEqForMethod: Eq[Method]
- Definition Classes
- MethodInstances
-
implicit
val
http4sShowForMethod: Show[Method]
- Definition Classes
- MethodInstances
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Semantics