object AbstractGrpcProtocol

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

Type Members

  1. class GrpcFramingDecoderStage extends ByteStringParser[Frame]

Value Members

  1. def encodeFrameData(data: ByteString, isCompressed: Boolean, isTrailer: Boolean): ByteString
  2. def fieldType(codec: Codec): ByteString
  3. def reader(codec: Codec, decodeFrame: (Int, ByteString) => Frame, preDecodeStrict: (ByteString) => ByteString = null, preDecodeFlow: Flow[ByteString, ByteString, NotUsed] = null): GrpcProtocolReader
  4. def writer(protocol: GrpcProtocol, codec: Codec, encodeFrame: (Frame) => ChunkStreamPart, encodeDataToResponse: (ByteString, Seq[HttpHeader], Trailer) => HttpResponse): GrpcProtocolWriter

Deprecated Value Members

  1. def encodeFrameData(frameType: ByteString, data: ByteString): ByteString
    Annotations
    @deprecated
    Deprecated

    (Since version In favor of overload that takes Booleans to specify flags) 2.1.0