sealed abstract class BlazeClientBuilder[F[_]] extends AnyRef
- Source
- BlazeClientBuilder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlazeClientBuilder
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allocate(implicit F: ConcurrentEffect[F]): F[(Client[F], F[Unit])]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asynchronousChannelGroup: Option[AsynchronousChannelGroup]
- val bufferSize: Int
- def channelOption[A](socketOption: SocketOption[A]): Option[A]
- val channelOptions: ChannelOptions
- val checkEndpointIdentification: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val executionContext: ExecutionContext
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val idleTimeout: Duration
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxChunkSize: Int
- val maxConnectionsPerRequestKey: (RequestKey) ⇒ Int
- val maxHeaderLength: Int
- val maxResponseLineSize: Int
- val maxTotalConnections: Int
- val maxWaitQueueLimit: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parserMode: ParserMode
- val requestTimeout: Duration
- def resource(implicit F: ConcurrentEffect[F]): Resource[F, Client[F]]
- val responseHeaderTimeout: Duration
- def socketKeepAlive: Option[Boolean]
- def socketReceiveBufferSize: Option[Int]
- def socketReuseAddress: Option[Boolean]
- def socketSendBufferSize: Option[Int]
- val sslContext: Option[SSLContext]
- def stream(implicit F: ConcurrentEffect[F]): Stream[F, Client[F]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tcpNoDelay: Option[Boolean]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val userAgent: Option[User-Agent]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withAsynchronousChannelGroup(asynchronousChannelGroup: AsynchronousChannelGroup): BlazeClientBuilder[F]
- def withAsynchronousChannelGroupOption(asynchronousChannelGroup: Option[AsynchronousChannelGroup]): BlazeClientBuilder[F]
- def withBufferSize(bufferSize: Int): BlazeClientBuilder[F]
- def withChannelOption[A](key: SocketOption[A], value: A): BlazeClientBuilder[F]
- def withChannelOptions(channelOptions: ChannelOptions): BlazeClientBuilder[F]
- def withCheckEndpointAuthentication(checkEndpointIdentification: Boolean): BlazeClientBuilder[F]
- def withDefaultChannelOption[A](key: SocketOption[A]): BlazeClientBuilder[F]
- def withDefaultSocketKeepAlive: BlazeClientBuilder[F]
- def withDefaultSocketReceiveBufferSize: BlazeClientBuilder[F]
- def withDefaultSocketReuseAddress: BlazeClientBuilder[F]
- def withDefaultSocketSendBufferSize: BlazeClientBuilder[F]
- def withDefaultTcpNoDelay: BlazeClientBuilder[F]
- def withExecutionContext(executionContext: ExecutionContext): BlazeClientBuilder[F]
- def withIdleTimeout(idleTimeout: Duration): BlazeClientBuilder[F]
- def withMaxChunkSize(maxChunkSize: Int): BlazeClientBuilder[F]
- def withMaxConnectionsPerRequestKey(maxConnectionsPerRequestKey: (RequestKey) ⇒ Int): BlazeClientBuilder[F]
- def withMaxResponseLineSize(maxResponseLineSize: Int): BlazeClientBuilder[F]
- def withMaxTotalConnections(maxTotalConnections: Int): BlazeClientBuilder[F]
- def withMaxWaitQueueLimit(maxWaitQueueLimit: Int): BlazeClientBuilder[F]
- def withParserMode(parserMode: ParserMode): BlazeClientBuilder[F]
- def withRequestTimeout(requestTimeout: Duration): BlazeClientBuilder[F]
- def withResponseHeaderTimeout(responseHeaderTimeout: Duration): BlazeClientBuilder[F]
- def withSocketKeepAlive(socketKeepAlive: Boolean): BlazeClientBuilder[F]
- def withSocketReceiveBufferSize(socketReceiveBufferSize: Int): BlazeClientBuilder[F]
- def withSocketReuseAddress(socketReuseAddress: Boolean): BlazeClientBuilder[F]
- def withSocketSendBufferSize(socketSendBufferSize: Int): BlazeClientBuilder[F]
- def withSslContext(sslContext: SSLContext): BlazeClientBuilder[F]
- def withSslContextOption(sslContext: Option[SSLContext]): BlazeClientBuilder[F]
- def withTcpNoDelay(tcpNoDelay: Boolean): BlazeClientBuilder[F]
- def withUserAgent(userAgent: User-Agent): BlazeClientBuilder[F]
- def withUserAgentOption(userAgent: Option[User-Agent]): BlazeClientBuilder[F]
- def withoutAsynchronousChannelGroup: BlazeClientBuilder[F]
- def withoutSslContext: BlazeClientBuilder[F]
- def withoutUserAgent: BlazeClientBuilder[F]
-
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