NettyClientBuilder

class NettyClientBuilder[F[_]](idleTimeout: Duration, eventLoopThreads: Int, maxInitialLength: Int, maxHeaderSize: Int, maxChunkSize: Int, maxConnectionsPerKey: Int, transport: NettyTransport, sslContext: SSLContextOption, nettyChannelOptions: NettyChannelOptions, proxy: Option[Proxy])(implicit F: Async[F])
Companion:
object
class Object
trait Matchable
class Any

Type members

Types

Value members

Concrete methods

def withEventLoopThreads(nThreads: Int): Self

Socket selector threads.

Socket selector threads.

Value parameters:
nThreads

number of selector threads. Use 0 for netty default

Returns:

an updated builder

def withProxy(proxy: Proxy): Self
def withSSLContext(sslContext: SSLContext): Self