Package

wvlet.airframe.http

client

Permalink

package client

Visibility
  1. Public
  2. All

Type Members

  1. class URLConnectionClient extends HttpSyncClient[Request, Response]

    Permalink

    Http sync client implementation using URLConnection

  2. case class URLConnectionClientConfig(requestFilter: (Request) ⇒ Request = identity, connectionFilter: (HttpURLConnection) ⇒ HttpURLConnection = identity, readTimeout: Duration = Duration(90, TimeUnit.SECONDS), connectTimeout: Duration = Duration(90, TimeUnit.SECONDS), retryContext: RetryContext = ..., codecFactory: MessageCodecFactory = ..., followRedirect: Boolean = true) extends Product with Serializable

    Permalink

Value Members

  1. object URLConnectionClientBackend extends HttpClientBackend

    Permalink

Ungrouped