Class ChannelPipelineInitializer

java.lang.Object
io.netty.channel.pool.AbstractChannelPoolHandler
software.amazon.awssdk.http.nio.netty.internal.ChannelPipelineInitializer
All Implemented Interfaces:
io.netty.channel.pool.ChannelPoolHandler

public final class ChannelPipelineInitializer extends io.netty.channel.pool.AbstractChannelPoolHandler
ChannelPoolHandler to configure the client pipeline.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChannelPipelineInitializer(Protocol protocol, io.netty.handler.ssl.SslContext sslCtx, io.netty.handler.ssl.SslProvider sslProvider, long clientMaxStreams, int clientInitialWindowSize, Duration healthCheckPingPeriod, AtomicReference<io.netty.channel.pool.ChannelPool> channelPoolRef, NettyConfiguration configuration, URI poolKey)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    channelCreated(io.netty.channel.Channel ch)
     

    Methods inherited from class io.netty.channel.pool.AbstractChannelPoolHandler

    channelAcquired, channelReleased

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChannelPipelineInitializer

      public ChannelPipelineInitializer(Protocol protocol, io.netty.handler.ssl.SslContext sslCtx, io.netty.handler.ssl.SslProvider sslProvider, long clientMaxStreams, int clientInitialWindowSize, Duration healthCheckPingPeriod, AtomicReference<io.netty.channel.pool.ChannelPool> channelPoolRef, NettyConfiguration configuration, URI poolKey)
  • Method Details

    • channelCreated

      public void channelCreated(io.netty.channel.Channel ch)