class
GRPC::Transport::GrpcDeframer
- GRPC::Transport::GrpcDeframer
- Reference
- Object
Overview
GrpcDeframer incrementally accumulates DATA chunks and extracts complete gRPC messages while preserving any trailing partial frame bytes.
Defined in:
grpc/transport/grpc_deframer.crConstructors
Instance Method Summary
- #append(chunk : Bytes) : Nil
- #drain_messages : Array(Bytes)
- #encoding : String | Nil
- #encoding=(encoding : String | Nil)
- #remainder_size : Int32