Package

wvlet.airframe.http

okhttp

Permalink

package okhttp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. okhttp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class OkHttpClient extends HttpSyncClient[Builder, Response] with LogSupport

    Permalink
  2. case class OkHttpClientConfig(requestFilter: (Builder) ⇒ Builder = identity, timeout: Duration = Duration.ofSeconds(90), retryContext: RetryContext = OkHttpClient.defaultRetryContext) extends Product with Serializable

    Permalink
  3. implicit class OkHttpRequestWrapper extends HttpRequest[Request]

    Permalink
  4. implicit class OkHttpResponseWrapper extends HttpResponse[Response]

    Permalink
  5. class OkHttpRetryInterceptor extends Interceptor

    Permalink

Value Members

  1. object OkHttpClient extends Serializable

    Permalink
  2. implicit object OkHttpRequestAdapter extends HttpRequestAdapter[Request]

    Permalink
  3. implicit object OkHttpResponseAdapter extends HttpResponseAdapter[Response]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped