Class

com.phylage.scaladia.http.io

HttpRunner

Related Doc: package io

Permalink

sealed class HttpRunner[T] extends JacksonParser

Linear Supertypes
JacksonParser, Injector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRunner
  2. JacksonParser
  3. Injector
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpRunner(request: HttpRequest, task: HttpResultTask[T])

    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. implicit def _dicnt: Container

    Permalink
    Attributes
    protected
    Definition Classes
    Injector
  5. implicit def _ijp: InjectionPool

    Permalink
    Attributes
    protected
    Definition Classes
    Injector
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def body[X](value: X, withCharset: WithCharset = `text/plain` withCharset `UTF-8`): HttpRunner[T]

    Permalink

    Set a request body.

    Set a request body.

    X

    Request body type.

    value

    Request body. It will be serialized by Jackson.

    withCharset

    charset

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. macro def confirm[T](implicit ctn: Container, ip: InjectionPool, access: Accessor[_]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Injector
  10. def deserialize[T](v: String)(implicit arg0: ClassTag[T]): T

    Permalink

    Serialize from json string

    Serialize from json string

    T

    Response type.

    v

    JsonString

    Definition Classes
    JacksonParser
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flatMap[R](func: (T) ⇒ Future[R]): HttpRunner[R]

    Permalink

    To flatten synthesize.

    To flatten synthesize.

    R

    Synthesize return type.

    func

    Synthesis processing.

  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def header(key: String, value: String): HttpRunner[T]

    Permalink

    Set a requets header.

    Set a requets header.

    key

    header key

    value

    header value

  18. macro def inject[T](implicit ctn: Container, ip: InjectionPool, access: Accessor[_]): Lazy[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Injector
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def map[R](func: (T) ⇒ R): HttpRunner[R]

    Permalink

    To synthesize.

    To synthesize.

    R

    Synthesize return type.

    func

    Synthesis processing.

  21. def narrow[T](x: T, priority: Int)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): Indexer[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Injector
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def overwrite[T](x: T, priority: Int)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): Unit

    Permalink
    Definition Classes
    Injector
  26. implicit def provide[X](variable: Lazy[X]): X

    Permalink
    Definition Classes
    Injector
  27. def run: Future[T]

    Permalink

    Execute future functions.

  28. def serialize[T](v: T): String

    Permalink

    Serialize to json string.

    Serialize to json string.

    T

    Serialized value type.

    v

    Serialized value.

    Definition Classes
    JacksonParser
  29. implicit def someoneNeeds: Accessor[_]

    Permalink
    Attributes
    protected
    Definition Classes
    Injector
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from JacksonParser

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Ungrouped