NettyWSClientBuilder

org.http4s.netty.client.NettyWSClientBuilder
See theNettyWSClientBuilder companion object
class NettyWSClientBuilder[F[_]](idleTimeout: Duration, eventLoopThreads: Int, transport: NettyTransport, sslContext: SSLContextOption, subprotocol: Option[String], maxFramePayloadLength: Int, nettyChannelOptions: NettyChannelOptions, wsCompression: Boolean)(implicit F: Async[F])

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

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

Attributes

Source
NettyWSClientBuilder.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
NettyWSClientBuilder.scala
def withSSLContext(sslContext: SSLContext): Self

Attributes

Source
NettyWSClientBuilder.scala
def withSubprotocol(protocol: Option[String]): Self

Attributes

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

Attributes

Source
NettyWSClientBuilder.scala

Attributes

Source
NettyWSClientBuilder.scala