com.twitter.finagle

channel

package channel

Visibility
  1. Public
  2. All

Type Members

  1. class BrokerChannelHandler extends SimpleChannelHandler

  2. class ChannelStatsHandler extends SimpleChannelHandler with ConnectionLifecycleHandler

  3. class IdleChannelHandler extends IdleStateAwareChannelHandler

    This handler closes a channel if it receives an IDLE event.

  4. class IdleConnectionFilter[Req, Rep] extends ServiceFactoryProxy[Req, Rep]

    Filter responsible for tracking idle connection, it will refuse requests and try to close idle connections based on the number of active connections.

  5. class LeftFoldUpstreamHandler extends AnyRef

  6. case class OpenConnectionsThresholds(lowWaterMark: Int, highWaterMark: Int, idleTimeout: Duration) extends Product with Serializable

Ungrouped