abstract class AbstractGrpcProtocol extends GrpcProtocol
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractGrpcProtocol
- GrpcProtocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AbstractGrpcProtocol(subType: String)
Abstract Value Members
- abstract def reader(codec: Codec): GrpcProtocolReader
- Attributes
- protected
- abstract def writer(codec: Codec): GrpcProtocolWriter
- Attributes
- protected
Concrete 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val contentType: Binary
INTERNAL API
INTERNAL API
The canonical media type to use for this protocol variant
- Definition Classes
- AbstractGrpcProtocol → GrpcProtocol
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mediaTypes: Set[MediaType]
INTERNAL API
INTERNAL API
The set of media types that can identify this protocol variant (e.g. including an implicit +proto)
- Definition Classes
- AbstractGrpcProtocol → GrpcProtocol
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newReader(codec: Codec): GrpcProtocolReader
Obtains a reader for this protocol.
Obtains a reader for this protocol.
- codec
the codec to use for compressed frames.
- Definition Classes
- AbstractGrpcProtocol → GrpcProtocol
- def newWriter(codec: Codec): GrpcProtocolWriter
Obtains a writer for this protocol:
Obtains a writer for this protocol:
- codec
the compression codec to apply to data frame contents.
- Definition Classes
- AbstractGrpcProtocol → GrpcProtocol
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)