Documentation ¶
Index ¶
- type ClientInboundEventMakerImpl
- func (impl *ClientInboundEventMakerImpl) MakeActiveEvent(routineId int64, Ctx service.IChannelContext) executor.Event
- func (impl *ClientInboundEventMakerImpl) MakeInActiveEvent(routineId int64, Ctx service.IChannelContext) executor.Event
- func (impl *ClientInboundEventMakerImpl) MakeMessageReceivedEvent(routineId int64, Data protocol.IProtocol, Ctx service.IChannelContext) executor.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInboundEventMakerImpl ¶
type ClientInboundEventMakerImpl struct {
// contains filtered or unexported fields
}
func NewClientInboundEventMakerImpl ¶
func NewClientInboundEventMakerImpl(callback inboundCommands.ICallBack) (impl *ClientInboundEventMakerImpl)
func (*ClientInboundEventMakerImpl) MakeActiveEvent ¶
func (impl *ClientInboundEventMakerImpl) MakeActiveEvent(routineId int64, Ctx service.IChannelContext) executor.Event
新连接
func (*ClientInboundEventMakerImpl) MakeInActiveEvent ¶
func (impl *ClientInboundEventMakerImpl) MakeInActiveEvent(routineId int64, Ctx service.IChannelContext) executor.Event
连接中断
func (*ClientInboundEventMakerImpl) MakeMessageReceivedEvent ¶
func (impl *ClientInboundEventMakerImpl) MakeMessageReceivedEvent(routineId int64, Data protocol.IProtocol, Ctx service.IChannelContext) executor.Event
收到消息包
Click to show internal directories.
Click to hide internal directories.