JSHttpClientImplementation

spice.http.client.JSHttpClientImplementation$

Attributes

Graph
Supertypes
trait Moduload
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def connectionPool(maxIdleConnections: Int, keepAlive: FiniteDuration): ConnectionPool

Attributes

Definition Classes
override def content2String(content: Content): String

Attributes

Definition Classes
override def error(t: Throwable): Unit

Called when an exception is thrown from load.

Called when an exception is thrown from load.

Attributes

t

the thrown exception

Definition Classes
Moduload
override def load(): Unit

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Attributes

Definition Classes
Moduload

Inherited methods

def dispose(): IO[Unit]

Attributes

Inherited from:
HttpClientImplementation

Attributes

Inherited from:
HttpClientImplementation
def priority: Priority

Used to sort highest priority to lowest

Used to sort highest priority to lowest

Attributes

Inherited from:
Moduload