http2

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 24 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConnPool

func NewConnPool(ctx context.Context, host types.Host) types.ConnectionPool

NewConnPool

Types

type StreamConfig added in v0.22.0

type StreamConfig struct {
	Http2UseStream bool `json:"http2_use_stream,omitempty"`
}

type StreamConnFactory added in v0.26.0

type StreamConnFactory struct{}

func (*StreamConnFactory) CreateBiDirectStream added in v0.26.0

func (*StreamConnFactory) CreateClientStream added in v0.26.0

func (f *StreamConnFactory) CreateClientStream(context context.Context, connection types.ClientConnection,
	clientCallbacks types.StreamConnectionEventListener, connCallbacks api.ConnectionEventListener) types.ClientStreamConnection

func (*StreamConnFactory) CreateServerStream added in v0.26.0

func (f *StreamConnFactory) CreateServerStream(context context.Context, connection api.Connection,
	serverCallbacks types.ServerStreamConnectionEventListener) types.ServerStreamConnection

func (*StreamConnFactory) ProtocolMatch added in v0.26.0

func (f *StreamConnFactory) ProtocolMatch(context context.Context, prot string, magic []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL