com
.
microsoft
.
ml
.
spark
.
io
.
http
SingleThreadedHTTPClient
Related Doc:
package http
class
SingleThreadedHTTPClient
extends
HTTPClient
with
SingleThreadedClient
Linear Supertypes
SingleThreadedClient
,
HTTPClient
,
Handler
,
AutoCloseable
,
BaseClient
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SingleThreadedHTTPClient
SingleThreadedClient
HTTPClient
Handler
AutoCloseable
BaseClient
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SingleThreadedHTTPClient
(
handler:
HandlerFunc
,
requestTimeout:
Int
)
Type Members
type
Client
=
CloseableHttpClient
Attributes
protected
Definition Classes
HTTPClient → BaseClient
type
Context
=
Option
[
Any
]
Attributes
protected
Definition Classes
BaseClient
type
RequestType
=
HTTPRequestData
Definition Classes
HTTPClient → BaseClient
case class
RequestWithContext
extends
Product
with
Serializable
Definition Classes
BaseClient
type
ResponseType
=
HTTPResponseData
Definition Classes
HTTPClient → BaseClient
case class
ResponseWithContext
extends
Product
with
Serializable
Definition Classes
BaseClient
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
HTTPClient → AutoCloseable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
handle
(
client:
CloseableHttpClient
,
request:
HTTPRequestData
)
:
HTTPResponseData
Definition Classes
SingleThreadedHTTPClient
→
Handler
val
handler
:
HandlerFunc
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
internalClient
:
Client
Attributes
protected
Definition Classes
HTTPClient → BaseClient
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
lazy val
logger
:
Logger
Attributes
protected
Definition Classes
BaseClient
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
requestConfig
:
RequestConfig
Attributes
protected
Definition Classes
HTTPClient
val
requestTimeout
:
Int
Definition Classes
SingleThreadedHTTPClient
→ HTTPClient
def
sendRequestWithContext
(
request:
RequestWithContext
)
:
ResponseWithContext
Attributes
protected
Definition Classes
HTTPClient
def
sendRequestsWithContext
(
requests:
Iterator
[
RequestWithContext
]
)
:
Iterator
[
ResponseWithContext
]
Definition Classes
SingleThreadedClient → BaseClient
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
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