Interface ManagedChannelPool

    • Method Detail

      • handler

        io.netty.channel.pool.ChannelPoolHandler handler()
        Returns the ChannelPoolHandler that will be notified for the different pool actions.
        Returns:
        the ChannelPoolHandler that will be notified for the different pool actions
      • getConnectedChannels

        int getConnectedChannels()
      • isHealthy

        boolean isHealthy()
      • closeFuture

        io.netty.util.concurrent.Future<java.lang.Void> closeFuture()
      • isClosing

        boolean isClosing()
      • getTotalActiveStreams

        default long getTotalActiveStreams()
      • getCurrentStreamChannelsReused

        default long getCurrentStreamChannelsReused()
      • getTotalStreamChannelsReused

        default long getTotalStreamChannelsReused()
      • getTotalStreamCreations

        default long getTotalStreamCreations()
      • getChannelReusePoolSize

        default long getChannelReusePoolSize()
        Returns the current reuse channel pool size. Normally this should be 0 since we should be reusing as much as possible.
        Returns:
        current reuse channel pool size
      • getActiveStreamsLimitReachedCount

        default long getActiveStreamsLimitReachedCount()
      • getH2ActiveConnections

        default int getH2ActiveConnections()
      • getHttp2ChannelGroup

        default io.netty.channel.group.ChannelGroup getHttp2ChannelGroup()
      • getTotalAcquireRetries

        default long getTotalAcquireRetries()
      • getTotalActiveStreamChannels

        default long getTotalActiveStreamChannels()