package
0.10.3
Repository: https://github.com/cloudwego/kitex.git
Documentation: pkg.go.dev

# Functions

GetCommonReporter returns the current Reporter used by connection pools.
NewLongPool creates a long pool using the given IdleConfig.
NewShortPool timeout is connection timeout.
SetReporter set the common reporter of connection pool, that can only be set once.

# Constants

Short and Long flags define which indicates type of connection pool..
Short and Long flags define which indicates type of connection pool..

# Structs

ConnWithPkgSize wraps a connection and records the bytes read or written through it.
DummyPool is a dummy implementation of remote.ConnPool.
DummyReporter is a dummy implementation of Reporter.
LongPool manages a pool of long connections.
No description provided by the author
ShortPool is the conn pool for short connections.

# Interfaces

Reporter report status of connection pool.

# Type aliases

ConnectionPoolType is the type of connection pool.