Documentation ¶
Index ¶
- Variables
- type Brotli
- func (*Brotli) Descriptor() ([]byte, []int)deprecated
- func (x *Brotli) GetChunkSize() *wrapperspb.UInt32Value
- func (x *Brotli) GetDisableRingBufferReallocation() bool
- func (*Brotli) ProtoMessage()
- func (x *Brotli) ProtoReflect() protoreflect.Message
- func (x *Brotli) Reset()
- func (x *Brotli) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_compression_brotli_decompressor_v3_brotli_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Brotli ¶
type Brotli struct { // If true, disables "canny" ring buffer allocation strategy. // Ring buffer is allocated according to window size, despite the real size of the content. DisableRingBufferReallocation bool `` /* 153-byte string literal not displayed */ // Value for decompressor's next output buffer. If not set, defaults to 4096. ChunkSize *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"` // contains filtered or unexported fields }
func (*Brotli) GetChunkSize ¶
func (x *Brotli) GetChunkSize() *wrapperspb.UInt32Value
func (*Brotli) GetDisableRingBufferReallocation ¶
func (*Brotli) ProtoReflect ¶
func (x *Brotli) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.