Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Listener ¶
type Listener chan base.SipMessage
type Manager ¶
type Manager interface { Listen(address string) error Send(addr string, message base.SipMessage) error Stop() GetChannel() Listener }
func NewManager ¶
type Tcp ¶
type Tcp struct {
// contains filtered or unexported fields
}
func (*Tcp) GetConn ¶
func (t *Tcp) GetConn(addr string) *connection
Return an existing open socket for the given address, or nil if no such socket exists.
func (*Tcp) IsStreamed ¶
Click to show internal directories.
Click to hide internal directories.