class

GRPC::Transport::GrpcDeframer

Inherits Reference < Object

GrpcDeframer incrementally accumulates DATA chunks and extracts complete gRPC messages while preserving any trailing partial frame bytes.

Constructors

new(encoding : String | Nil = nil, validate_encoding : Bool = false)
Source

Instance methods

append(chunk : Bytes) : Nil
Source
drain_messages
Source
encoding
Source
encoding=(encoding : String | Nil)
Source
remainder_size
Source

Nested types