NettyClientBuilder

org.http4s.netty.client.NettyClientBuilder
See theNettyClientBuilder companion object
class NettyClientBuilder[F[_]](idleTimeout: Duration, eventLoopThreads: Int, maxInitialLength: Int, maxHeaderSize: Int, maxChunkSize: Int, maxConnectionsPerKey: Int, transport: NettyTransport, sslContext: SSLContextOption, nettyChannelOptions: NettyChannelOptions, proxy: Option[Proxy], http2: Boolean, defaultRequestHeaders: Headers)(implicit F: Async[F])

Attributes

Companion
object
Source
NettyClientBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

Attributes

Source
NettyClientBuilder.scala

Value members

Concrete methods

def resource: Resource[F, Client[F]]

Attributes

Source
NettyClientBuilder.scala
def withEventLoopThreads(nThreads: Int): Self

Socket selector threads.

Socket selector threads.

Value parameters

nThreads

number of selector threads. Use 0 for netty default

Attributes

Returns

an updated builder

Source
NettyClientBuilder.scala

Attributes

Source
NettyClientBuilder.scala

Attributes

Source
NettyClientBuilder.scala
def withMaxChunkSize(size: Int): Self

Attributes

Source
NettyClientBuilder.scala
def withMaxHeaderSize(size: Int): Self

Attributes

Source
NettyClientBuilder.scala

Attributes

Source
NettyClientBuilder.scala
def withProxy(proxy: Proxy): Self

Attributes

Source
NettyClientBuilder.scala
def withSSLContext(sslContext: SSLContext): Self

Attributes

Source
NettyClientBuilder.scala
def withTransport(transport: NettyTransport): Self

Attributes

Source
NettyClientBuilder.scala

Attributes

Source
NettyClientBuilder.scala

Attributes

Source
NettyClientBuilder.scala

Attributes

Source
NettyClientBuilder.scala