abstract class TaskClient[Prompt, Response, AjaxRequest <: Dot] extends AnyRef
Superclass for an implementation of a client/interface for a turk task.
Gives access by field to all of the information written into the TaskPage on the server.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TaskClient()(implicit arg0: Decoder[Prompt], arg1: Encoder[Response], arg2: Encoder[AjaxRequest], arg3: DotDecoder[AjaxRequest])
Abstract Value Members
- abstract def main(): Unit
Concrete 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
- lazy val ajaxUri: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val assignmentIdOpt: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val externalSubmitURL: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val httpPort: Int
- lazy val httpsPort: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val isNotAssigned: Boolean
- def makeAjaxRequest(request: AjaxRequest): Future[AjaxRequest.Out]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val prompt: Prompt
- lazy val serverDomain: String
- def setResponse(response: Response): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- lazy val taskKey: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- lazy val websocketUri: String
- lazy val workerIdOpt: Option[String]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated