org.http4s.netty.client

Members list

Type members

Classlikes

final case class HttpProxy(scheme: Scheme, host: Host, port: Option[Port], ignoreHosts: IgnoredHosts, credentials: Option[BasicCredentials], connectionTimeout: FiniteDuration) extends Proxy

Attributes

Companion
object
Source
Proxy.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Proxy
class Object
trait Matchable
class Any
Show all
object HttpProxy

Attributes

Companion
class
Source
Proxy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpProxy.type
final class IgnoredHosts

Attributes

Companion
object
Source
Proxy.scala
Supertypes
class Object
trait Matchable
class Any
object IgnoredHosts

Attributes

Companion
class
Source
Proxy.scala
Supertypes
class Object
trait Matchable
class Any
Self type
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])

Attributes

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

Attributes

Companion
class
Source
NettyClientBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
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
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
NettyWSClientBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Proxy

Attributes

Companion
object
Source
Proxy.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HttpProxy
trait Socks
class Socks4
class Socks5
object Proxy

Attributes

Companion
trait
Source
Proxy.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Proxy.type
sealed trait Socks extends Proxy

Attributes

Source
Proxy.scala
Supertypes
trait Proxy
class Object
trait Matchable
class Any
Known subtypes
class Socks4
class Socks5
final case class Socks4(host: Host, port: Port, username: Option[String], connectionTimeout: FiniteDuration) extends Socks

Attributes

Companion
object
Source
Proxy.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Socks
trait Proxy
class Object
trait Matchable
class Any
Show all
object Socks4

Attributes

Companion
class
Source
Proxy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Socks4.type
final case class Socks5(host: Host, port: Port, username: Option[String], password: Option[String], connectionTimeout: FiniteDuration) extends Socks

Attributes

Companion
object
Source
Proxy.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Socks
trait Proxy
class Object
trait Matchable
class Any
Show all
object Socks5

Attributes

Companion
class
Source
Proxy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Socks5.type