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. val connectionManager: PoolingHttpClientConnectionManager

    Permalink
    Attributes
    protected
    Definition Classes
    HTTPClient
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    SingleThreadedHTTPClientHandler
  13. val handler: HandlerFunc

    Permalink
  14. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  17. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val requestConfig: RequestConfig

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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