Class InboundMessageHandlers


  • public final class InboundMessageHandlers
    extends java.lang.Object
    An aggregation of InboundMessageHandlers for all connections from a peer. Manages metrics and shared resource limits. Can have multiple connections of a single type open simultaneousely (legacy in particular).
    • Method Detail

      • count

        public int count()
      • receivedCount

        public long receivedCount()
      • receivedBytes

        public long receivedBytes()
      • throttledCount

        public long throttledCount()
      • throttledNanos

        public long throttledNanos()
      • usingCapacity

        public long usingCapacity()
      • usingEndpointReserveCapacity

        public long usingEndpointReserveCapacity()
      • corruptFramesRecovered

        public long corruptFramesRecovered()
      • corruptFramesUnrecovered

        public long corruptFramesUnrecovered()
      • errorCount

        public long errorCount()
      • errorBytes

        public long errorBytes()
      • expiredCount

        public long expiredCount()
      • expiredBytes

        public long expiredBytes()
      • processedCount

        public long processedCount()
      • processedBytes

        public long processedBytes()
      • scheduledCount

        public long scheduledCount()
      • scheduledBytes

        public long scheduledBytes()