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