Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶
func (*Session) HandleBidStream ¶
func (*Session) HandleWebTrans ¶
func (s *Session) HandleWebTrans()
HandleWebTrans 处理webTransport相关逻辑
type Signal ¶
type Signal struct {
// contains filtered or unexported fields
}
func (*Signal) OnAuth ¶ added in v0.0.3
func (s *Signal) OnAuth(cb proto.AuthCallback)
func (*Signal) OnClose ¶
func (s *Signal) OnClose(cb proto.SignalCallback)
func (*Signal) OnConnect ¶
func (s *Signal) OnConnect(cb proto.SignalCallback)
Click to show internal directories.
Click to hide internal directories.