Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnHandler ¶
type ConnHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(tcpIn chan conn.TcpConnContext, udpIn chan conn.UdpConnContext) *ConnHandler
func (ConnHandler) NewConnection ¶
func (ConnHandler) NewPacketConnection ¶
func (uc ConnHandler) NewPacketConnection(ctx context.Context, packetConn network.PacketConn, metadata M.Metadata) error
Click to show internal directories.
Click to hide internal directories.