AbstractGrpcProtocol

abstract class AbstractGrpcProtocol(subType: String) extends GrpcProtocol
class Object
trait Matchable
class Any

Value members

Concrete methods

override def newReader(codec: Codec): GrpcProtocolReader

Obtains a reader for this protocol.

Obtains a reader for this protocol.

Value parameters:
codec

the codec to use for compressed frames.

Definition Classes
Source:
AbstractGrpcProtocol.scala
override def newWriter(codec: Codec): GrpcProtocolWriter

Obtains a writer for this protocol:

Obtains a writer for this protocol:

Value parameters:
codec

the compression codec to apply to data frame contents.

Definition Classes
Source:
AbstractGrpcProtocol.scala

Concrete fields

override val contentType: Binary
override val mediaTypes: Set[MediaType]