Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionDispatcher ¶
type ConnectionDispatcher struct {
// contains filtered or unexported fields
}
func NewConnectionDispatcher ¶
func NewConnectionDispatcher() *ConnectionDispatcher
func (*ConnectionDispatcher) AddListener ¶
func (e *ConnectionDispatcher) AddListener(listener *ConnectionListener)
func (*ConnectionDispatcher) NotifyConnected ¶
func (e *ConnectionDispatcher) NotifyConnected(peerConnID id.ConnID)
func (*ConnectionDispatcher) NotifyDisconnected ¶
func (e *ConnectionDispatcher) NotifyDisconnected(peerConnID id.ConnID)
func (*ConnectionDispatcher) RemoveListener ¶
func (e *ConnectionDispatcher) RemoveListener(listener *ConnectionListener)
Click to show internal directories.
Click to hide internal directories.