Documentation ¶
Index ¶
- Variables
- func Dial(ctx context.Context, dest net.Destination, ...) (stat.Connection, error)
- func Listen(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error)
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetHeader() *serial.TypedMessage
- func (x *Config) GetKey() string
- func (x *Config) GetSecurity() *protocol.SecurityConfig
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type Listener
- type QlogWriter
Constants ¶
This section is empty.
Variables ¶
View Source
var File_transport_internet_quic_config_proto protoreflect.FileDescriptor
Functions ¶
func Dial ¶
func Dial(ctx context.Context, dest net.Destination, streamSettings *internet.MemoryStreamConfig) (stat.Connection, error)
Types ¶
type Config ¶
type Config struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Security *protocol.SecurityConfig `protobuf:"bytes,2,opt,name=security,proto3" json:"security,omitempty"` Header *serial.TypedMessage `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) GetHeader ¶
func (x *Config) GetHeader() *serial.TypedMessage
func (*Config) GetSecurity ¶
func (x *Config) GetSecurity() *protocol.SecurityConfig
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
Listener is an internet.Listener that listens for TCP connections.
type QlogWriter ¶
type QlogWriter struct {
// contains filtered or unexported fields
}
func (*QlogWriter) Close ¶
func (w *QlogWriter) Close() error
Click to show internal directories.
Click to hide internal directories.