File: except.txt

package info (click to toggle)
golang-github-pion-stun 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: sh: 50; makefile: 40
file content (25 lines) | stat: -rw-r--r-- 1,772 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkg github.com/pion/stun, type Handler interface { HandleEvent }
pkg github.com/pion/stun, type Handler interface, HandleEvent(Event)
pkg github.com/pion/stun, type HandlerFunc func(Event)
pkg github.com/pion/stun, method (HandlerFunc) HandleEvent(Event)
pkg github.com/pion/stun, method (*Client) Do(*Message, time.Time, func(Event)) error
pkg github.com/pion/stun, method (*Client) Start(*Message, time.Time, Handler) error
pkg github.com/pion/stun, method (*Client) Start(*Message, time.Time, Handler) error
pkg github.com/pion/stun, type ClientAgent interface { Close, Collect, Process, Start, Stop }
pkg github.com/pion/stun, method (*Agent) SetHandler(Handler) error
pkg github.com/pion/stun, method (*Agent) Start([12]uint8, time.Time, Handler) error
pkg github.com/pion/stun, func NewAgent(AgentOptions) *Agent
pkg github.com/pion/stun, type ClientAgent interface, Start([12]uint8, time.Time, Handler) error
pkg github.com/pion/stun, var ErrAttrSizeInvalid error
pkg github.com/pion/stun, type AgentOptions struct
pkg github.com/pion/stun, type AgentOptions struct, Handler Handler
pkg github.com/pion/stun, func NewClient(ClientOptions) (*Client, error)
pkg github.com/pion/stun, type ClientOptions struct
pkg github.com/pion/stun, type ClientOptions struct, Agent ClientAgent
pkg github.com/pion/stun, type ClientOptions struct, Clock Clock
pkg github.com/pion/stun, type ClientOptions struct, Collector Collector
pkg github.com/pion/stun, type ClientOptions struct, Connection Connection
pkg github.com/pion/stun, type ClientOptions struct, Handler Handler
pkg github.com/pion/stun, type ClientOptions struct, RTO time.Duration
pkg github.com/pion/stun, type ClientOptions struct, TimeoutRate time.Duration
pkg github.com/pion/stun, const CodeRoleConflict = 478