Documentation ¶
Index ¶
- type Config
- type Conn
- type Gateway
- func (g *Gateway) Addr() []string
- func (g *Gateway) CloseConn(connID uint64)
- func (g *Gateway) GetConn(connID uint64) rony.Conn
- func (g *Gateway) OpenConn(connID uint64, ...)
- func (g *Gateway) Run()
- func (g *Gateway) SendToConn(connID uint64, streamID int64, data []byte)
- func (g *Gateway) Shutdown()
- func (g *Gateway) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) Persistent ¶
func (*Conn) SetPersistent ¶
type Gateway ¶
type Gateway struct { gateway.ConnectHandler gateway.MessageHandler gateway.CloseHandler // contains filtered or unexported fields }
func (*Gateway) SendToConn ¶
Click to show internal directories.
Click to hide internal directories.