public static interface NioJetlangRemotingClientFactory.Handler
Modifier and Type | Method and Description |
---|---|
default void |
configureAcceptedClient(SelectionKey key,
SocketChannel channel) |
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
Copyright © 2016. All Rights Reserved.