Class

com.microsoft.ml.spark.io.http

SingleThreadedHTTPClient

Related Doc: package http

Permalink

class SingleThreadedHTTPClient extends HTTPClient with SingleThreadedClient

Linear Supertypes
SingleThreadedClient, HTTPClient, Handler, AutoCloseable, BaseClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleThreadedHTTPClient
  2. SingleThreadedClient
  3. HTTPClient
  4. Handler
  5. AutoCloseable
  6. BaseClient
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingleThreadedHTTPClient(handler: HandlerFunc, requestTimeout: Int)

    Permalink

Type Members

  1. type Client = CloseableHttpClient

    Permalink
    Attributes
    protected
    Definition Classes
    HTTPClient → BaseClient
  2. type Context = Option[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseClient
  3. type RequestType = HTTPRequestData

    Permalink
    Definition Classes
    HTTPClient → BaseClient
  4. case class RequestWithContext extends Product with Serializable

    Permalink
    Definition Classes
    BaseClient
  5. type ResponseType = HTTPResponseData

    Permalink
    Definition Classes
    HTTPClient → BaseClient
  6. case class ResponseWithContext extends Product with Serializable

    Permalink
    Definition Classes
    BaseClient

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    HTTPClient → AutoCloseable
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def handle(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData

    Permalink
    Definition Classes
    SingleThreadedHTTPClientHandler
  12. val handler: HandlerFunc

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. val internalClient: Client

    Permalink
    Attributes
    protected
    Definition Classes
    HTTPClient → BaseClient
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    BaseClient
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val requestConfig: RequestConfig

    Permalink
    Attributes
    protected
    Definition Classes
    HTTPClient
  21. val requestTimeout: Int

    Permalink
    Definition Classes
    SingleThreadedHTTPClient → HTTPClient
  22. def sendRequestWithContext(request: RequestWithContext): ResponseWithContext

    Permalink
    Attributes
    protected
    Definition Classes
    HTTPClient
  23. def sendRequestsWithContext(requests: Iterator[RequestWithContext]): Iterator[ResponseWithContext]

    Permalink
    Definition Classes
    SingleThreadedClient → BaseClient
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from SingleThreadedClient

Inherited from HTTPClient

Inherited from Handler

Inherited from AutoCloseable

Inherited from BaseClient

Inherited from AnyRef

Inherited from Any

Ungrouped