void |
NioJetlangSendFiber.handleClose(NioJetlangSendFiber.ChannelState sc) |
void |
NioJetlangSendFiber.handleLogout(NioJetlangSendFiber.ChannelState channel) |
void |
NioJetlangSendFiber.onNewSession(NioJetlangSendFiber.ChannelState channel) |
void |
NioJetlangSendFiber.onSubscriptionRequest(String topic,
NioJetlangSendFiber.ChannelState sc) |
void |
NioJetlangSendFiber.onUnsubscribeRequest(String topic,
NioJetlangSendFiber.ChannelState sc) |
<T> void |
NioJetlangSendFiber.publish(NioJetlangSendFiber.ChannelState sc,
String topic,
T msg) |
void |
NioJetlangSendFiber.publishBytes(NioJetlangSendFiber.ChannelState channel,
byte[] data) |
void |
NioJetlangSendFiber.publishIfSubscribed(NioJetlangSendFiber.ChannelState sc,
String topic,
byte[] data) |
void |
NioJetlangSendFiber.reply(NioJetlangSendFiber.ChannelState sc,
int reqId,
String replyTopic,
Object replyMsg) |
void |
NioJetlangSendFiber.sendIntAsByte(NioJetlangSendFiber.ChannelState channel,
int heartbeat) |