zio.aws.netty

package zio.aws.netty

Members list

Packages

Type members

Classlikes

case class Http2Config(maxStreams: Long, initialWindowSize: Int, healthCheckPingPeriod: Duration)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait HttpOrHttps

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Http.type
object Https.type
object HttpOrHttps

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class NettyChannelOptions(options: Vector[NettyOptionValue[_]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NettyClientConfig(maxConcurrency: Int, maxPendingConnectionAcquires: Int, readTimeout: Duration, writeTimeout: Duration, connectionTimeout: Duration, connectionAcquisitionTimeout: Duration, connectionTimeToLive: Duration, connectionMaxIdleTime: Duration, useIdleConnectionReaper: Boolean, protocol: Protocol, channelOptions: NettyChannelOptions, sslProvider: Option[SslProvider], proxyConfiguration: Option[ProxyConfiguration], http2: Option[Http2Config])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class NettyOptionValue[T](key: ChannelOption[T], value: T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ProxyConfiguration(scheme: HttpOrHttps, host: String, port: Int, nonProxyHosts: Set[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all