Uses of Class
org.infinispan.client.hotrod.impl.transport.netty.OperationChannel
Packages that use OperationChannel
-
Uses of OperationChannel in org.infinispan.client.hotrod.impl.transport.netty
Fields in org.infinispan.client.hotrod.impl.transport.netty with type parameters of type OperationChannelModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<OperationChannel> OperationChannel.OPERATION_CHANNEL_ATTRIBUTE_KEYMethods in org.infinispan.client.hotrod.impl.transport.netty that return OperationChannelModifier and TypeMethodDescriptionstatic OperationChannelOperationChannel.createAndStart(SocketAddress address, org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer newChannelInvoker, Function<String, ClientTopology> currentCacheTopologyFunction, BiConsumer<OperationChannel, Throwable> connectionFailureListener) protected OperationChannelChannelHandler.createOperationChannel(org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer channelInitializer, SocketAddress address) ChannelHandler.getChannelForAddress(SocketAddress socketAddress) OperationDispatcher.getHandlerForAddress(SocketAddress socketAddress) Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type OperationChannelModifier and TypeMethodDescriptionprotected voidAuthHandler.activate(io.netty.channel.ChannelHandlerContext ctx, OperationChannel operationChannel) voidOperationDispatcher.handleConnectionFailure(OperationChannel operationChannel, Throwable t) Method parameters in org.infinispan.client.hotrod.impl.transport.netty with type arguments of type OperationChannelModifier and TypeMethodDescriptionstatic OperationChannelOperationChannel.createAndStart(SocketAddress address, org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer newChannelInvoker, Function<String, ClientTopology> currentCacheTopologyFunction, BiConsumer<OperationChannel, Throwable> connectionFailureListener)