Class/Object

org.http4s.client.blaze

BlazeClientBuilder

Related Docs: object BlazeClientBuilder | package blaze

Permalink

sealed abstract class BlazeClientBuilder[F[_]] extends BlazeBackendBuilder[Client[F]] with BackendBuilder[F, Client[F]]

Linear Supertypes
BackendBuilder[F, Client[F]], BlazeBackendBuilder[Client[F]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlazeClientBuilder
  2. BackendBuilder
  3. BlazeBackendBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Self = BlazeClientBuilder[F]

    Permalink
    Definition Classes
    BlazeClientBuilder → BlazeBackendBuilder

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val F: ConcurrentEffect[F]

    Permalink
    Attributes
    protected
    Definition Classes
    BlazeClientBuilder → BackendBuilder
  5. def allocated: F[(Client[F], F[Unit])]

    Permalink
    Definition Classes
    BackendBuilder
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val asynchronousChannelGroup: Option[AsynchronousChannelGroup]

    Permalink
  8. val bufferSize: Int

    Permalink
  9. def channelOption[A](socketOption: SocketOption[A]): Option[A]

    Permalink
    Definition Classes
    BlazeBackendBuilder
  10. val channelOptions: ChannelOptions

    Permalink
    Definition Classes
    BlazeClientBuilder → BlazeBackendBuilder
  11. val checkEndpointIdentification: Boolean

    Permalink
  12. val chunkBufferMaxSize: Int

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val connectTimeout: Duration

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. val executionContext: ExecutionContext

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val idleTimeout: Duration

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final val logger: Logger

    Permalink
    Attributes
    protected
  24. val maxChunkSize: Int

    Permalink
  25. val maxConnectionsPerRequestKey: (RequestKey) ⇒ Int

    Permalink
  26. val maxHeaderLength: Int

    Permalink
  27. val maxResponseLineSize: Int

    Permalink
  28. val maxTotalConnections: Int

    Permalink
  29. val maxWaitQueueLimit: Int

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. val parserMode: ParserMode

    Permalink
  34. val requestTimeout: Duration

    Permalink
  35. def resource: Resource[F, Client[F]]

    Permalink
    Definition Classes
    BlazeClientBuilder → BackendBuilder
  36. val responseHeaderTimeout: Duration

    Permalink
  37. val scheduler: Resource[F, TickWheelExecutor]

    Permalink
  38. def socketKeepAlive: Option[Boolean]

    Permalink
    Definition Classes
    BlazeBackendBuilder
  39. def socketReceiveBufferSize: Option[Int]

    Permalink
    Definition Classes
    BlazeBackendBuilder
  40. def socketReuseAddress: Option[Boolean]

    Permalink
    Definition Classes
    BlazeBackendBuilder
  41. def socketSendBufferSize: Option[Int]

    Permalink
    Definition Classes
    BlazeBackendBuilder
  42. val sslContext: Option[SSLContext]

    Permalink

    Some custom SSLContext, or None if the default SSL context is to be lazily instantiated.

  43. def stream: Stream[F, Client[F]]

    Permalink
    Definition Classes
    BackendBuilder
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def tcpNoDelay: Option[Boolean]

    Permalink
    Definition Classes
    BlazeBackendBuilder
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. val userAgent: Option[User-Agent]

    Permalink
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withAsynchronousChannelGroup(asynchronousChannelGroup: AsynchronousChannelGroup): BlazeClientBuilder[F]

    Permalink
  52. def withAsynchronousChannelGroupOption(asynchronousChannelGroup: Option[AsynchronousChannelGroup]): BlazeClientBuilder[F]

    Permalink
  53. def withBufferSize(bufferSize: Int): BlazeClientBuilder[F]

    Permalink
  54. def withChannelOption[A](key: SocketOption[A], value: A): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  55. def withChannelOptions(channelOptions: ChannelOptions): BlazeClientBuilder[F]

    Permalink
    Definition Classes
    BlazeClientBuilder → BlazeBackendBuilder
  56. def withCheckEndpointAuthentication(checkEndpointIdentification: Boolean): BlazeClientBuilder[F]

    Permalink
  57. def withChunkBufferMaxSize(chunkBufferMaxSize: Int): BlazeClientBuilder[F]

    Permalink
  58. def withConnectTimeout(connectTimeout: Duration): BlazeClientBuilder[F]

    Permalink
  59. def withDefaultChannelOption[A](key: SocketOption[A]): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  60. def withDefaultSocketKeepAlive: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  61. def withDefaultSocketReceiveBufferSize: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  62. def withDefaultSocketReuseAddress: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  63. def withDefaultSocketSendBufferSize: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  64. def withDefaultSslContext: BlazeClientBuilder[F]

    Permalink

    Use an SSLContext obtained by SSLContext.getDefault() when making secure calls.

    Use an SSLContext obtained by SSLContext.getDefault() when making secure calls.

    The creation of the context is lazy, as SSLContext.getDefault() throws on some platforms. The context creation is deferred until the first secure client call.

  65. def withDefaultTcpNoDelay: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  66. def withExecutionContext(executionContext: ExecutionContext): BlazeClientBuilder[F]

    Permalink
  67. def withIdleTimeout(idleTimeout: Duration): BlazeClientBuilder[F]

    Permalink
  68. def withMaxChunkSize(maxChunkSize: Int): BlazeClientBuilder[F]

    Permalink
  69. def withMaxConnectionsPerRequestKey(maxConnectionsPerRequestKey: (RequestKey) ⇒ Int): BlazeClientBuilder[F]

    Permalink
  70. def withMaxHeaderLength(maxHeaderLength: Int): BlazeClientBuilder[F]

    Permalink
  71. def withMaxResponseLineSize(maxResponseLineSize: Int): BlazeClientBuilder[F]

    Permalink
  72. def withMaxTotalConnections(maxTotalConnections: Int): BlazeClientBuilder[F]

    Permalink
  73. def withMaxWaitQueueLimit(maxWaitQueueLimit: Int): BlazeClientBuilder[F]

    Permalink
  74. def withParserMode(parserMode: ParserMode): BlazeClientBuilder[F]

    Permalink
  75. def withRequestTimeout(requestTimeout: Duration): BlazeClientBuilder[F]

    Permalink
  76. def withResponseHeaderTimeout(responseHeaderTimeout: Duration): BlazeClientBuilder[F]

    Permalink
  77. def withScheduler(scheduler: TickWheelExecutor): BlazeClientBuilder[F]

    Permalink
  78. def withSocketKeepAlive(socketKeepAlive: Boolean): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  79. def withSocketReceiveBufferSize(socketReceiveBufferSize: Int): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  80. def withSocketReuseAddress(socketReuseAddress: Boolean): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  81. def withSocketSendBufferSize(socketSendBufferSize: Int): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  82. def withSslContext(sslContext: SSLContext): BlazeClientBuilder[F]

    Permalink

    Use the provided SSLContext when making secure calls

  83. def withTcpNoDelay(tcpNoDelay: Boolean): Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  84. def withUserAgent(userAgent: User-Agent): BlazeClientBuilder[F]

    Permalink
  85. def withUserAgentOption(userAgent: Option[User-Agent]): BlazeClientBuilder[F]

    Permalink
  86. def withoutAsynchronousChannelGroup: BlazeClientBuilder[F]

    Permalink
  87. def withoutUserAgent: BlazeClientBuilder[F]

    Permalink

Deprecated Value Members

  1. def withSslContextOption(sslContext: Option[SSLContext]): BlazeClientBuilder[F]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.2) Use withSslContext or withDefaultSslContext

  2. def withoutSslContext: BlazeClientBuilder[F]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.2) Use withDefaultSslContext

Inherited from BackendBuilder[F, Client[F]]

Inherited from BlazeBackendBuilder[Client[F]]

Inherited from AnyRef

Inherited from Any

Ungrouped