JVMHttpClientImplementation

spice.http.client.JVMHttpClientImplementation$
object JVMHttpClientImplementation extends Moduload, HttpClientImplementation

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Called when an exception is thrown from load.

Called when an exception is thrown from load.

Value parameters

t

the thrown exception

Attributes

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
final def instance(client: HttpClient): HttpClientInstance

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