public static interface NioJetlangRemotingClientFactory.Handler
Modifier and Type | Method and Description |
---|---|
default void |
configureAcceptedClient(java.nio.channels.SelectionKey key,
java.nio.channels.SocketChannel channel) |
void |
onHandlerException(java.lang.Exception failed) |
void |
onNewSession(JetlangNioSession session) |
void |
onUnhandledReplyMsg(java.nio.channels.SelectionKey key,
java.nio.channels.SocketChannel channel,
java.lang.String dataTopicVal,
java.lang.Object readObject) |
void |
onUnknownMessage(java.nio.channels.SelectionKey key,
java.nio.channels.SocketChannel channel,
int read) |
void onNewSession(JetlangNioSession session)
void onUnhandledReplyMsg(java.nio.channels.SelectionKey key, java.nio.channels.SocketChannel channel, java.lang.String dataTopicVal, java.lang.Object readObject)
void onUnknownMessage(java.nio.channels.SelectionKey key, java.nio.channels.SocketChannel channel, int read)
default void configureAcceptedClient(java.nio.channels.SelectionKey key, java.nio.channels.SocketChannel channel) throws java.net.SocketException
java.net.SocketException
void onHandlerException(java.lang.Exception failed)
Copyright © 2019. All Rights Reserved.