Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdleTracker ¶
func NewIdleTracker ¶
func NewIdleTracker(idle time.Duration) *IdleTracker
func (*IdleTracker) ActiveConnections ¶
func (t *IdleTracker) ActiveConnections() int
func (*IdleTracker) ConnState ¶
func (t *IdleTracker) ConnState(conn net.Conn, state http.ConnState)
func (*IdleTracker) Done ¶
func (t *IdleTracker) Done() <-chan time.Time
func (*IdleTracker) TotalConnections ¶
func (t *IdleTracker) TotalConnections() int
func (*IdleTracker) TrackHijackedClosed ¶
func (t *IdleTracker) TrackHijackedClosed()
Click to show internal directories.
Click to hide internal directories.