Uses of Class
herddb.network.Channel
-
Packages that use Channel Package Description herddb.network herddb.network.netty -
-
Uses of Channel in herddb.network
Methods in herddb.network that return Channel Modifier and Type Method Description ChannelServerLocator. connect(ChannelEventListener messageReceiver, ConnectionRequestInfo workerInfo)Methods in herddb.network with parameters of type Channel Modifier and Type Method Description default voidChannelEventListener. channelClosed(Channel channel)TServerSideConnectionAcceptor. createConnection(Channel channel)default voidChannelEventListener. requestReceived(Pdu pdu, Channel channel) -
Uses of Channel in herddb.network.netty
Subclasses of Channel in herddb.network.netty Modifier and Type Class Description classAbstractChannelCommon implementation.classLocalVMChannelShort circuit implementation ofChannelfor in-VM communications.classNettyChannelChannel implemented on NettyMethods in herddb.network.netty that return Channel 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)ChannelLocalVMChannel. getServerSideChannel()
-