object Method extends MethodInstances with Serializable
- Source
- Method.scala
- Alphabetic
- By Inheritance
- Method
- Serializable
- Serializable
- MethodInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
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: Method with Idempotent
- val BASELINE-CONTROL: Method with Idempotent
- val BIND: Method with Idempotent
- val CHECKIN: Method with Idempotent
- val CHECKOUT: Method with Idempotent
- val CONNECT: Method with Default with NoBody
- val COPY: Method with Idempotent
- val DELETE: Method with Idempotent with NoBody
- val GET: Method with Safe with NoBody
- val HEAD: Method with Safe with NoBody
- val LABEL: Method with Idempotent with PermitsBody
- val LINK: Method with Idempotent
- val LOCK: Method with Default
- val MERGE: Method with Idempotent
- val MKACTIVITY: Method with Idempotent
- val MKCALENDAR: Method with Idempotent
- val MKCOL: Method with Idempotent
- val MKREDIRECTREF: Method with Idempotent
- val MKWORKSPACE: Method with Idempotent
- val MOVE: Method with Idempotent
-
implicit
val
MethodInstances: Show[Method] with Equal[Method]
- Definition Classes
- MethodInstances
- val OPTIONS: Method with Safe with PermitsBody
- val ORDERPATCH: Method with Idempotent
- val PATCH: Method with Default with PermitsBody
- val POST: Method with Default with PermitsBody
- val PROPFIND: Method with Safe
- val PROPPATCH: Method with Idempotent
- val PUT: Method with Idempotent with PermitsBody
- val REBIND: Method with Idempotent
- val REPORT: Method with Safe
- val SEARCH: Method with Safe
- val TRACE: Method with Safe with PermitsBody
- val UNBIND: Method with Idempotent
- val UNCHECKOUT: Method with Idempotent
- val UNLINK: Method with Idempotent
- val UNLOCK: Method with Idempotent
- val UPDATE: Method with Idempotent
- val UPDATEREDIRECTREF: Method with Idempotent
- val VERSION-CONTROL: Method with Idempotent
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def registered: Iterable[Method]
-
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
- @throws( ... )
- object Semantics