class GRPC::Transport::GrpcDeframer

Overview

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

Defined in:

grpc/transport/grpc_deframer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def append(chunk : Bytes) : Nil #

[View source]
def drain_messages : Array(Bytes) #

[View source]
def remainder_size : Int32 #

[View source]