Class MultiplexedChannelRecord

java.lang.Object
software.amazon.awssdk.http.nio.netty.internal.http2.MultiplexedChannelRecord

public class MultiplexedChannelRecord extends Object
Contains a Future for the actual socket channel and tracks available streams based on the MAX_CONCURRENT_STREAMS setting for the connection.
  • Method Details

    • getConnection

      public io.netty.channel.Channel getConnection()