ArmeriaWebClient

sttp.client3.armeria.ArmeriaWebClient

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def newClient(): WebClient

Create a new WebClient which is adjusted for sttp client's needs.

Create a new WebClient which is adjusted for sttp client's needs.

Attributes

def newClient(customizeWebClient: WebClientBuilder => WebClientBuilder): WebClient

Create a new WebClient which is adjusted for sttp client's needs.

Create a new WebClient which is adjusted for sttp client's needs.

Attributes

def newClient(options: SttpBackendOptions, customizeWebClient: WebClientBuilder => WebClientBuilder): WebClient

Create a new WebClient which is adjusted for sttp client's needs, and uses the timeouts/proxy specified in options.

Create a new WebClient which is adjusted for sttp client's needs, and uses the timeouts/proxy specified in options.

Attributes