Class TimeoutEnabledChannelInitializer<C extends org.infinispan.server.core.configuration.ProtocolServerConfiguration>

  • 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 Detail

      • TimeoutEnabledChannelInitializer

        public TimeoutEnabledChannelInitializer​(org.infinispan.server.core.ProtocolServer<C> hotRodServer)
    • Method Detail

      • initializeChannel

        public void initializeChannel​(io.netty.channel.Channel ch)
                               throws Exception
        Specified by:
        initializeChannel in interface org.infinispan.server.core.transport.NettyInitializer
        Throws:
        Exception