final class FrameDecoder

internal  
 

Methods

__construct(Compression $encoding, int $maxMessageSize)

No description

push(string $bytes)

Add bytes and yield each complete gRPC message payload.

void
finish()

Verify that the message stream ended on a frame boundary.

Details

at line 26
__construct(Compression $encoding, int $maxMessageSize)

No description

Parameters

Compression $encoding
int $maxMessageSize

at line 37
Generator push(string $bytes)

Add bytes and yield each complete gRPC message payload.

Parameters

string $bytes

Return Value

Generator

at line 97
void finish()

Verify that the message stream ended on a frame boundary.

Return Value

void