OkHttpBackend

wvlet.airframe.http.okhttp.OkHttpBackend$
object OkHttpBackend extends HttpClientBackend

Attributes

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

Members list

Concise view

Value members

Concrete methods

def newHttpChannel(serverAddress: ServerAddress, config: HttpClientConfig): HttpChannel

Inherited methods

def defaultRequestRetryer: RetryContext

Attributes

Inherited from:
HttpClientBackend
def newAsyncClient(serverAddress: ServerAddress, config: HttpClientConfig): AsyncClient

Attributes

Inherited from:
HttpClientBackend
def newSyncClient(serverAddress: ServerAddress, config: HttpClientConfig): SyncClient

Attributes

Inherited from:
HttpClientBackend