Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsHandler ¶
type StatsHandler struct {
// contains filtered or unexported fields
}
StatsHandler represents a stat handler for incoming gateway stats.
func NewStatsHandler ¶
func NewStatsHandler() *StatsHandler
NewStatsHandler creates a new StatsHandler.
func (*StatsHandler) Stop ¶
func (s *StatsHandler) Stop() error
Stop waits for the stats handler to complete the pending packets. At this stage the gateway backend must already been closed.
Click to show internal directories.
Click to hide internal directories.