Packages

sealed abstract class BlazeClientBuilder[F[_]] extends AnyRef

Source
BlazeClientBuilder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlazeClientBuilder
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to any2stringadd[BlazeClientBuilder[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BlazeClientBuilder[F], B)
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to ArrowAssoc[BlazeClientBuilder[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def allocate(implicit F: ConcurrentEffect[F]): F[(Client[F], F[Unit])]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val asynchronousChannelGroup: Option[AsynchronousChannelGroup]
  9. val bufferSize: Int
  10. def channelOption[A](socketOption: SocketOption[A]): Option[A]
  11. val channelOptions: ChannelOptions
  12. val checkEndpointIdentification: Boolean
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def ensuring(cond: (BlazeClientBuilder[F]) ⇒ Boolean, msg: ⇒ Any): BlazeClientBuilder[F]
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to Ensuring[BlazeClientBuilder[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (BlazeClientBuilder[F]) ⇒ Boolean): BlazeClientBuilder[F]
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to Ensuring[BlazeClientBuilder[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): BlazeClientBuilder[F]
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to Ensuring[BlazeClientBuilder[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): BlazeClientBuilder[F]
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to Ensuring[BlazeClientBuilder[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val executionContext: ExecutionContext
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to StringFormat[BlazeClientBuilder[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val idleTimeout: Duration
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val maxChunkSize: Int
  28. val maxConnectionsPerRequestKey: (RequestKey) ⇒ Int
  29. val maxHeaderLength: Int
  30. val maxResponseLineSize: Int
  31. val maxTotalConnections: Int
  32. val maxWaitQueueLimit: Int
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val parserMode: ParserMode
  37. val requestTimeout: Duration
  38. def resource(implicit F: ConcurrentEffect[F]): Resource[F, Client[F]]
  39. val responseHeaderTimeout: Duration
  40. def socketKeepAlive: Option[Boolean]
  41. def socketReceiveBufferSize: Option[Int]
  42. def socketReuseAddress: Option[Boolean]
  43. def socketSendBufferSize: Option[Int]
  44. val sslContext: Option[SSLContext]
  45. def stream(implicit F: ConcurrentEffect[F]): Stream[F, Client[F]]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def tcpNoDelay: Option[Boolean]
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. val userAgent: Option[User-Agent]
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. def withAsynchronousChannelGroup(asynchronousChannelGroup: AsynchronousChannelGroup): BlazeClientBuilder[F]
  54. def withAsynchronousChannelGroupOption(asynchronousChannelGroup: Option[AsynchronousChannelGroup]): BlazeClientBuilder[F]
  55. def withBufferSize(bufferSize: Int): BlazeClientBuilder[F]
  56. def withChannelOption[A](key: SocketOption[A], value: A): BlazeClientBuilder[F]
  57. def withChannelOptions(channelOptions: ChannelOptions): BlazeClientBuilder[F]
  58. def withCheckEndpointAuthentication(checkEndpointIdentification: Boolean): BlazeClientBuilder[F]
  59. def withDefaultChannelOption[A](key: SocketOption[A]): BlazeClientBuilder[F]
  60. def withDefaultSocketKeepAlive: BlazeClientBuilder[F]
  61. def withDefaultSocketReceiveBufferSize: BlazeClientBuilder[F]
  62. def withDefaultSocketReuseAddress: BlazeClientBuilder[F]
  63. def withDefaultSocketSendBufferSize: BlazeClientBuilder[F]
  64. def withDefaultTcpNoDelay: BlazeClientBuilder[F]
  65. def withExecutionContext(executionContext: ExecutionContext): BlazeClientBuilder[F]
  66. def withIdleTimeout(idleTimeout: Duration): BlazeClientBuilder[F]
  67. def withMaxChunkSize(maxChunkSize: Int): BlazeClientBuilder[F]
  68. def withMaxConnectionsPerRequestKey(maxConnectionsPerRequestKey: (RequestKey) ⇒ Int): BlazeClientBuilder[F]
  69. def withMaxResponseLineSize(maxResponseLineSize: Int): BlazeClientBuilder[F]
  70. def withMaxTotalConnections(maxTotalConnections: Int): BlazeClientBuilder[F]
  71. def withMaxWaitQueueLimit(maxWaitQueueLimit: Int): BlazeClientBuilder[F]
  72. def withParserMode(parserMode: ParserMode): BlazeClientBuilder[F]
  73. def withRequestTimeout(requestTimeout: Duration): BlazeClientBuilder[F]
  74. def withResponseHeaderTimeout(responseHeaderTimeout: Duration): BlazeClientBuilder[F]
  75. def withSocketKeepAlive(socketKeepAlive: Boolean): BlazeClientBuilder[F]
  76. def withSocketReceiveBufferSize(socketReceiveBufferSize: Int): BlazeClientBuilder[F]
  77. def withSocketReuseAddress(socketReuseAddress: Boolean): BlazeClientBuilder[F]
  78. def withSocketSendBufferSize(socketSendBufferSize: Int): BlazeClientBuilder[F]
  79. def withSslContext(sslContext: SSLContext): BlazeClientBuilder[F]
  80. def withSslContextOption(sslContext: Option[SSLContext]): BlazeClientBuilder[F]
  81. def withTcpNoDelay(tcpNoDelay: Boolean): BlazeClientBuilder[F]
  82. def withUserAgent(userAgent: User-Agent): BlazeClientBuilder[F]
  83. def withUserAgentOption(userAgent: Option[User-Agent]): BlazeClientBuilder[F]
  84. def withoutAsynchronousChannelGroup: BlazeClientBuilder[F]
  85. def withoutSslContext: BlazeClientBuilder[F]
  86. def withoutUserAgent: BlazeClientBuilder[F]
  87. def [B](y: B): (BlazeClientBuilder[F], B)
    Implicit
    This member is added by an implicit conversion from BlazeClientBuilder[F] to ArrowAssoc[BlazeClientBuilder[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BlazeClientBuilder[F] to any2stringadd[BlazeClientBuilder[F]]

Inherited by implicit conversion StringFormat from BlazeClientBuilder[F] to StringFormat[BlazeClientBuilder[F]]

Inherited by implicit conversion Ensuring from BlazeClientBuilder[F] to Ensuring[BlazeClientBuilder[F]]

Inherited by implicit conversion ArrowAssoc from BlazeClientBuilder[F] to ArrowAssoc[BlazeClientBuilder[F]]

Ungrouped