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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  17. def finalize(): Unit

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

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

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val maxChunkSize: Int

    Permalink
  23. val maxConnectionsPerRequestKey: (RequestKey) ⇒ Int

    Permalink
  24. val maxHeaderLength: Int

    Permalink
  25. val maxResponseLineSize: Int

    Permalink
  26. val maxTotalConnections: Int

    Permalink
  27. val maxWaitQueueLimit: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val parserMode: ParserMode

    Permalink
  32. val requestTimeout: Duration

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

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

    Permalink
  35. def socketKeepAlive: Option[Boolean]

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

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

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

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

    Permalink

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

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

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

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

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

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

    Permalink
  45. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BlazeBackendBuilder
  56. def withDefaultSocketKeepAlive: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  57. def withDefaultSocketReceiveBufferSize: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  58. def withDefaultSocketReuseAddress: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  59. def withDefaultSocketSendBufferSize: Self

    Permalink
    Definition Classes
    BlazeBackendBuilder
  60. 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.

  61. def withDefaultTcpNoDelay: Self

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Use the provided SSLContext when making secure calls

  78. def withTcpNoDelay(tcpNoDelay: Boolean): Self

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

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

    Permalink
  81. def withoutAsynchronousChannelGroup: BlazeClientBuilder[F]

    Permalink
  82. 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