Class TimeoutEnabledChannelInitializer<C extends org.infinispan.server.core.configuration.ProtocolServerConfiguration>
- java.lang.Object
-
- org.infinispan.server.hotrod.transport.TimeoutEnabledChannelInitializer<C>
-
- All Implemented Interfaces:
org.infinispan.server.core.transport.NettyInitializer
public class TimeoutEnabledChannelInitializer<C extends org.infinispan.server.core.configuration.ProtocolServerConfiguration> extends Object implements org.infinispan.server.core.transport.NettyInitializer
A channel pipeline factory for environments where idle timeout is enabled. This is a trait, useful to extend by an implementation channel initializer.- Since:
- 5.1
- Author:
- Galder ZamarreƱo, William Burns
-
-
Constructor Summary
Constructors Constructor Description TimeoutEnabledChannelInitializer(org.infinispan.server.core.ProtocolServer<C> hotRodServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeChannel(io.netty.channel.Channel ch)
-
-
-
Constructor Detail
-
TimeoutEnabledChannelInitializer
public TimeoutEnabledChannelInitializer(org.infinispan.server.core.ProtocolServer<C> hotRodServer)
-
-