Documentation ¶
Index ¶
- type GrpcProtocolOptions
- func (*GrpcProtocolOptions) Descriptor() ([]byte, []int)
- func (m *GrpcProtocolOptions) GetHttp2ProtocolOptions() *Http2ProtocolOptions
- func (*GrpcProtocolOptions) ProtoMessage()
- func (m *GrpcProtocolOptions) Reset()
- func (m *GrpcProtocolOptions) String() string
- func (m *GrpcProtocolOptions) XXX_DiscardUnknown()
- func (m *GrpcProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GrpcProtocolOptions) XXX_Merge(src proto.Message)
- func (m *GrpcProtocolOptions) XXX_Size() int
- func (m *GrpcProtocolOptions) XXX_Unmarshal(b []byte) error
- type Http1ProtocolOptions
- func (*Http1ProtocolOptions) Descriptor() ([]byte, []int)
- func (m *Http1ProtocolOptions) GetAcceptHttp_10() bool
- func (m *Http1ProtocolOptions) GetAllowAbsoluteUrl() *wrappers.BoolValue
- func (m *Http1ProtocolOptions) GetDefaultHostForHttp_10() string
- func (*Http1ProtocolOptions) ProtoMessage()
- func (m *Http1ProtocolOptions) Reset()
- func (m *Http1ProtocolOptions) String() string
- func (m *Http1ProtocolOptions) XXX_DiscardUnknown()
- func (m *Http1ProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Http1ProtocolOptions) XXX_Merge(src proto.Message)
- func (m *Http1ProtocolOptions) XXX_Size() int
- func (m *Http1ProtocolOptions) XXX_Unmarshal(b []byte) error
- type Http2ProtocolOptions
- func (*Http2ProtocolOptions) Descriptor() ([]byte, []int)
- func (m *Http2ProtocolOptions) GetAllowConnect() bool
- func (m *Http2ProtocolOptions) GetAllowMetadata() bool
- func (m *Http2ProtocolOptions) GetHpackTableSize() *wrappers.UInt32Value
- func (m *Http2ProtocolOptions) GetInitialConnectionWindowSize() *wrappers.UInt32Value
- func (m *Http2ProtocolOptions) GetInitialStreamWindowSize() *wrappers.UInt32Value
- func (m *Http2ProtocolOptions) GetMaxConcurrentStreams() *wrappers.UInt32Value
- func (*Http2ProtocolOptions) ProtoMessage()
- func (m *Http2ProtocolOptions) Reset()
- func (m *Http2ProtocolOptions) String() string
- func (m *Http2ProtocolOptions) XXX_DiscardUnknown()
- func (m *Http2ProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Http2ProtocolOptions) XXX_Merge(src proto.Message)
- func (m *Http2ProtocolOptions) XXX_Size() int
- func (m *Http2ProtocolOptions) XXX_Unmarshal(b []byte) error
- type HttpProtocolOptions
- func (*HttpProtocolOptions) Descriptor() ([]byte, []int)
- func (m *HttpProtocolOptions) GetIdleTimeout() *duration.Duration
- func (*HttpProtocolOptions) ProtoMessage()
- func (m *HttpProtocolOptions) Reset()
- func (m *HttpProtocolOptions) String() string
- func (m *HttpProtocolOptions) XXX_DiscardUnknown()
- func (m *HttpProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *HttpProtocolOptions) XXX_Merge(src proto.Message)
- func (m *HttpProtocolOptions) XXX_Size() int
- func (m *HttpProtocolOptions) XXX_Unmarshal(b []byte) error
- type TcpProtocolOptions
- func (*TcpProtocolOptions) Descriptor() ([]byte, []int)
- func (*TcpProtocolOptions) ProtoMessage()
- func (m *TcpProtocolOptions) Reset()
- func (m *TcpProtocolOptions) String() string
- func (m *TcpProtocolOptions) XXX_DiscardUnknown()
- func (m *TcpProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TcpProtocolOptions) XXX_Merge(src proto.Message)
- func (m *TcpProtocolOptions) XXX_Size() int
- func (m *TcpProtocolOptions) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcProtocolOptions ¶
type GrpcProtocolOptions struct { Http2ProtocolOptions *Http2ProtocolOptions `protobuf:"bytes,1,opt,name=http2_protocol_options,json=http2ProtocolOptions,proto3" json:"http2_protocol_options,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GrpcProtocolOptions) Descriptor ¶
func (*GrpcProtocolOptions) Descriptor() ([]byte, []int)
func (*GrpcProtocolOptions) GetHttp2ProtocolOptions ¶
func (m *GrpcProtocolOptions) GetHttp2ProtocolOptions() *Http2ProtocolOptions
func (*GrpcProtocolOptions) ProtoMessage ¶
func (*GrpcProtocolOptions) ProtoMessage()
func (*GrpcProtocolOptions) Reset ¶
func (m *GrpcProtocolOptions) Reset()
func (*GrpcProtocolOptions) String ¶
func (m *GrpcProtocolOptions) String() string
func (*GrpcProtocolOptions) XXX_DiscardUnknown ¶
func (m *GrpcProtocolOptions) XXX_DiscardUnknown()
func (*GrpcProtocolOptions) XXX_Marshal ¶
func (m *GrpcProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GrpcProtocolOptions) XXX_Merge ¶
func (dst *GrpcProtocolOptions) XXX_Merge(src proto.Message)
func (*GrpcProtocolOptions) XXX_Size ¶
func (m *GrpcProtocolOptions) XXX_Size() int
func (*GrpcProtocolOptions) XXX_Unmarshal ¶
func (m *GrpcProtocolOptions) XXX_Unmarshal(b []byte) error
type Http1ProtocolOptions ¶
type Http1ProtocolOptions struct { AllowAbsoluteUrl *wrappers.BoolValue `protobuf:"bytes,1,opt,name=allow_absolute_url,json=allowAbsoluteUrl,proto3" json:"allow_absolute_url,omitempty"` AcceptHttp_10 bool `protobuf:"varint,2,opt,name=accept_http_10,json=acceptHttp10,proto3" json:"accept_http_10,omitempty"` DefaultHostForHttp_10 string `` /* 127-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Http1ProtocolOptions) Descriptor ¶
func (*Http1ProtocolOptions) Descriptor() ([]byte, []int)
func (*Http1ProtocolOptions) GetAcceptHttp_10 ¶
func (m *Http1ProtocolOptions) GetAcceptHttp_10() bool
func (*Http1ProtocolOptions) GetAllowAbsoluteUrl ¶
func (m *Http1ProtocolOptions) GetAllowAbsoluteUrl() *wrappers.BoolValue
func (*Http1ProtocolOptions) GetDefaultHostForHttp_10 ¶
func (m *Http1ProtocolOptions) GetDefaultHostForHttp_10() string
func (*Http1ProtocolOptions) ProtoMessage ¶
func (*Http1ProtocolOptions) ProtoMessage()
func (*Http1ProtocolOptions) Reset ¶
func (m *Http1ProtocolOptions) Reset()
func (*Http1ProtocolOptions) String ¶
func (m *Http1ProtocolOptions) String() string
func (*Http1ProtocolOptions) XXX_DiscardUnknown ¶
func (m *Http1ProtocolOptions) XXX_DiscardUnknown()
func (*Http1ProtocolOptions) XXX_Marshal ¶
func (m *Http1ProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Http1ProtocolOptions) XXX_Merge ¶
func (dst *Http1ProtocolOptions) XXX_Merge(src proto.Message)
func (*Http1ProtocolOptions) XXX_Size ¶
func (m *Http1ProtocolOptions) XXX_Size() int
func (*Http1ProtocolOptions) XXX_Unmarshal ¶
func (m *Http1ProtocolOptions) XXX_Unmarshal(b []byte) error
type Http2ProtocolOptions ¶
type Http2ProtocolOptions struct { HpackTableSize *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=hpack_table_size,json=hpackTableSize,proto3" json:"hpack_table_size,omitempty"` MaxConcurrentStreams *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=max_concurrent_streams,json=maxConcurrentStreams,proto3" json:"max_concurrent_streams,omitempty"` InitialStreamWindowSize *wrappers.UInt32Value `` /* 134-byte string literal not displayed */ InitialConnectionWindowSize *wrappers.UInt32Value `` /* 146-byte string literal not displayed */ AllowConnect bool `protobuf:"varint,5,opt,name=allow_connect,json=allowConnect,proto3" json:"allow_connect,omitempty"` AllowMetadata bool `protobuf:"varint,6,opt,name=allow_metadata,json=allowMetadata,proto3" json:"allow_metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Http2ProtocolOptions) Descriptor ¶
func (*Http2ProtocolOptions) Descriptor() ([]byte, []int)
func (*Http2ProtocolOptions) GetAllowConnect ¶
func (m *Http2ProtocolOptions) GetAllowConnect() bool
func (*Http2ProtocolOptions) GetAllowMetadata ¶
func (m *Http2ProtocolOptions) GetAllowMetadata() bool
func (*Http2ProtocolOptions) GetHpackTableSize ¶
func (m *Http2ProtocolOptions) GetHpackTableSize() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetInitialConnectionWindowSize ¶
func (m *Http2ProtocolOptions) GetInitialConnectionWindowSize() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetInitialStreamWindowSize ¶
func (m *Http2ProtocolOptions) GetInitialStreamWindowSize() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxConcurrentStreams ¶
func (m *Http2ProtocolOptions) GetMaxConcurrentStreams() *wrappers.UInt32Value
func (*Http2ProtocolOptions) ProtoMessage ¶
func (*Http2ProtocolOptions) ProtoMessage()
func (*Http2ProtocolOptions) Reset ¶
func (m *Http2ProtocolOptions) Reset()
func (*Http2ProtocolOptions) String ¶
func (m *Http2ProtocolOptions) String() string
func (*Http2ProtocolOptions) XXX_DiscardUnknown ¶
func (m *Http2ProtocolOptions) XXX_DiscardUnknown()
func (*Http2ProtocolOptions) XXX_Marshal ¶
func (m *Http2ProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Http2ProtocolOptions) XXX_Merge ¶
func (dst *Http2ProtocolOptions) XXX_Merge(src proto.Message)
func (*Http2ProtocolOptions) XXX_Size ¶
func (m *Http2ProtocolOptions) XXX_Size() int
func (*Http2ProtocolOptions) XXX_Unmarshal ¶
func (m *Http2ProtocolOptions) XXX_Unmarshal(b []byte) error
type HttpProtocolOptions ¶
type HttpProtocolOptions struct { IdleTimeout *duration.Duration `protobuf:"bytes,1,opt,name=idle_timeout,json=idleTimeout,proto3" json:"idle_timeout,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HttpProtocolOptions) Descriptor ¶
func (*HttpProtocolOptions) Descriptor() ([]byte, []int)
func (*HttpProtocolOptions) GetIdleTimeout ¶
func (m *HttpProtocolOptions) GetIdleTimeout() *duration.Duration
func (*HttpProtocolOptions) ProtoMessage ¶
func (*HttpProtocolOptions) ProtoMessage()
func (*HttpProtocolOptions) Reset ¶
func (m *HttpProtocolOptions) Reset()
func (*HttpProtocolOptions) String ¶
func (m *HttpProtocolOptions) String() string
func (*HttpProtocolOptions) XXX_DiscardUnknown ¶
func (m *HttpProtocolOptions) XXX_DiscardUnknown()
func (*HttpProtocolOptions) XXX_Marshal ¶
func (m *HttpProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HttpProtocolOptions) XXX_Merge ¶
func (dst *HttpProtocolOptions) XXX_Merge(src proto.Message)
func (*HttpProtocolOptions) XXX_Size ¶
func (m *HttpProtocolOptions) XXX_Size() int
func (*HttpProtocolOptions) XXX_Unmarshal ¶
func (m *HttpProtocolOptions) XXX_Unmarshal(b []byte) error
type TcpProtocolOptions ¶
type TcpProtocolOptions struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TcpProtocolOptions) Descriptor ¶
func (*TcpProtocolOptions) Descriptor() ([]byte, []int)
func (*TcpProtocolOptions) ProtoMessage ¶
func (*TcpProtocolOptions) ProtoMessage()
func (*TcpProtocolOptions) Reset ¶
func (m *TcpProtocolOptions) Reset()
func (*TcpProtocolOptions) String ¶
func (m *TcpProtocolOptions) String() string
func (*TcpProtocolOptions) XXX_DiscardUnknown ¶
func (m *TcpProtocolOptions) XXX_DiscardUnknown()
func (*TcpProtocolOptions) XXX_Marshal ¶
func (m *TcpProtocolOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TcpProtocolOptions) XXX_Merge ¶
func (dst *TcpProtocolOptions) XXX_Merge(src proto.Message)
func (*TcpProtocolOptions) XXX_Size ¶
func (m *TcpProtocolOptions) XXX_Size() int
func (*TcpProtocolOptions) XXX_Unmarshal ¶
func (m *TcpProtocolOptions) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.