mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
add javadocs
This commit is contained in:
parent
8498470781
commit
00ca6c417e
@ -417,9 +417,14 @@ public class Netty4Transport extends TcpTransport<Channel> {
|
||||
return nodeChannels;
|
||||
}
|
||||
|
||||
/**
|
||||
* Allows for logic to be executed after a connection has been made on all channels. While this method is being executed, the node is
|
||||
* not listed as being connected to.
|
||||
* @param nodeChannels the {@link NodeChannels} that have been connected
|
||||
*/
|
||||
protected void onAfterChannelsConnected(NodeChannels nodeChannels) {
|
||||
|
||||
}
|
||||
|
||||
private class ChannelCloseListener implements ChannelFutureListener {
|
||||
|
||||
private final DiscoveryNode node;
|
||||
|
Loading…
x
Reference in New Issue
Block a user