Class

com.phylage.scaladia.http.io

HttpRunner

Related Doc: package io

Permalink

sealed class HttpRunner[T] extends JacksonParser

Linear Supertypes
JacksonParser, Injector, ContainerAccessible[Container], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRunner
  2. JacksonParser
  3. Injector
  4. ContainerAccessible
  5. AnyRef
  6. 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 var _cntMutation: Container

    Permalink
    Definition Classes
    Injector → ContainerAccessible
  5. implicit def _ijp: InjectionPool

    Permalink
    Attributes
    protected
    Definition Classes
    ContainerAccessible
  6. implicit def _implicitProviding[X](variable: Lazy[X]): X

    Permalink
    Definition Classes
    ContainerAccessible
  7. implicit def _someoneNeeds: Accessor[_]

    Permalink
    Attributes
    protected
    Definition Classes
    ContainerAccessible
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. 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

  10. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    ContainerAccessible
  12. 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
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink

    To flatten synthesize.

    To flatten synthesize.

    R

    Synthesize return type.

    func

    Synthesis processing.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def header(header: HttpHeader): HttpRunner[T]

    Permalink

    Set a requets header.

    Set a requets header.

    header

    header

  20. def header(key: String, value: String): HttpRunner[T]

    Permalink

    Set a requets header.

    Set a requets header.

    key

    header key

    value

    header value

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

    Permalink
    Attributes
    protected
    Definition Classes
    ContainerAccessible
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink

    To synthesize.

    To synthesize.

    R

    Synthesize return type.

    func

    Synthesis processing.

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

    Permalink
    Attributes
    protected
    Definition Classes
    ContainerAccessible
  25. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ContainerAccessible
  29. def run: Future[T]

    Permalink

    Execute future functions.

  30. 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
  31. def shade[T](ctx: (LocalizedContainer) ⇒ T): T

    Permalink
    Definition Classes
    ContainerAccessible
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from JacksonParser

Inherited from Injector

Inherited from ContainerAccessible[Container]

Inherited from AnyRef

Inherited from Any

Ungrouped