Uses of Interface
herddb.network.ChannelEventListener
-
Packages that use ChannelEventListener Package Description herddb.network herddb.network.netty -
-
Uses of ChannelEventListener in herddb.network
Fields in herddb.network declared as ChannelEventListener Modifier and Type Field Description protected ChannelEventListenerChannel. messagesReceiverMethods in herddb.network that return ChannelEventListener Modifier and Type Method Description ChannelEventListenerChannel. getMessagesReceiver()Methods in herddb.network with parameters of type ChannelEventListener Modifier and Type Method Description ChannelServerLocator. connect(ChannelEventListener messageReceiver, ConnectionRequestInfo workerInfo)voidChannel. setMessagesReceiver(ChannelEventListener messagesReceiver) -
Uses of ChannelEventListener in herddb.network.netty
Methods in herddb.network.netty with parameters of type ChannelEventListener Modifier and Type Method Description ChannelLocalVMChannelAcceptor. connect(String name, ChannelEventListener clientSidePeer, ExecutorService executorService)static ChannelNettyConnector. connect(String host, int port, boolean ssl, int connectTimeout, int socketTimeout, ChannelEventListener receiver, ExecutorService callbackExecutor, io.netty.channel.MultithreadEventLoopGroup networkGroup)static ChannelNettyConnector. connectUsingNetwork(String host, int port, boolean ssl, int connectTimeout, int socketTimeout, ChannelEventListener receiver, ExecutorService callbackExecutor, io.netty.channel.MultithreadEventLoopGroup networkGroup)
-