class GRPC::Transport::SendBuffer

Overview

SendBuffer is used as a DataProvider source for outgoing DATA frames.

Defined in:

grpc/transport/http2_connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Bytes) #

[View source]

Instance Method Detail

def data : Bytes #

[View source]
def data=(data : Bytes) #

[View source]
def offset : Int32 #

[View source]
def offset=(offset : Int32) #

[View source]
def remaining : Int32 #

[View source]