trait GrpcProtocol extends AnyRef

A variant of the gRPC protocol - e.g. gRPC and gRPC-Web

Source
GrpcProtocol.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcProtocol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def newReader(codec: Codec): GrpcProtocolReader

    INTERNAL API

    INTERNAL API

    Constructs a protocol reader for reading gRPC protocol frames for this variant.

    codec

    the compression codec to decode data frame bodies with.

    Annotations
    @InternalStableApi()
  2. abstract def newWriter(codec: Codec): GrpcProtocolWriter

    INTERNAL API

    INTERNAL API

    Constructs a protocol writer for writing gRPC protocol frames for this variant

    codec

    the compression codec to encode data frame bodies with.

    Annotations
    @InternalStableApi()