final case class GrpcProtocolBuilder(protocol: GrpcProtocol) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrpcProtocolBuilder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GrpcProtocolBuilder(protocol: GrpcProtocol)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asciiHeader(key: String, value: String): GrpcProtocolBuilder
- def asciiHeaders(map: Map[String, String]): GrpcProtocolBuilder
- def binaryHeader(key: String, value: Array[Byte]): GrpcProtocolBuilder
- def binaryHeaders(map: Map[String, Array[Byte]]): GrpcProtocolBuilder
- def build: GrpcProtocol
- def callCredentials(credentials: Expression[CallCredentials]): GrpcProtocolBuilder
- def channelCredentials(credentials: ChannelCredentials): GrpcProtocolBuilder
Setting
channelCredentialsalso setsuseStandardTrustManager, as it is not possible to override the trust manager separately when configuring channel credentials. - def channelCredentials(credentials: Expression[ChannelCredentials]): GrpcProtocolBuilder
Setting
channelCredentialsalso setsuseStandardTrustManager, as it is not possible to override the trust manager separately when configuring channel credentials. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def forAddress(host: String, port: Int): GrpcProtocolBuilder
- def forTarget(target: String): GrpcProtocolBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def header[T](key: Key[T], value: T): GrpcProtocolBuilder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def overrideAuthority(authority: String): GrpcProtocolBuilder
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocol: GrpcProtocol
- def shareChannel: GrpcProtocolBuilder
- def shareSslContext: GrpcProtocolBuilder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def useChannelPool(poolSize: Int): GrpcProtocolBuilder
- def useCustomCertificateTrustManager(certificatePath: String): GrpcProtocolBuilder
- def useCustomLoadBalancingPolicy(policy: String, jsonPolicyConfig: String): GrpcProtocolBuilder
- def useCustomLoadBalancingPolicy(policy: String): GrpcProtocolBuilder
- def useInsecureTrustManager: GrpcProtocolBuilder
- def usePickFirstLoadBalancingPolicy: GrpcProtocolBuilder
- def usePickRandomLoadBalancingPolicy: GrpcProtocolBuilder
- def usePlaintext: GrpcProtocolBuilder
- def useRoundRobinLoadBalancingPolicy: GrpcProtocolBuilder
- def useStandardTrustManager: GrpcProtocolBuilder
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()