Class XmppTcpTransportModule.Stats

java.lang.Object
org.jivesoftware.smack.c2s.XmppClientToServerTransport.Stats
org.jivesoftware.smack.tcp.XmppTcpTransportModule.Stats
Enclosing class:
XmppTcpTransportModule

public static final class XmppTcpTransportModule.Stats extends org.jivesoftware.smack.c2s.XmppClientToServerTransport.Stats
  • Field Details

    • totalBytesWritten

      public final long totalBytesWritten
    • totalBytesWrittenBeforeFilter

      public final long totalBytesWrittenBeforeFilter
    • writeRatio

      public final double writeRatio
    • totalBytesRead

      public final long totalBytesRead
    • totalBytesReadAfterFilter

      public final long totalBytesReadAfterFilter
    • readRatio

      public final double readRatio
    • handledChannelSelectedCallbacks

      public final long handledChannelSelectedCallbacks
    • setWriteInterestAfterChannelSelectedCallback

      public final long setWriteInterestAfterChannelSelectedCallback
    • reactorThreadAlreadyRacing

      public final long reactorThreadAlreadyRacing
    • afterOutgoingElementsQueueModifiedSetInterestOps

      public final long afterOutgoingElementsQueueModifiedSetInterestOps
    • rejectedChannelSelectedCallbacks

      public final long rejectedChannelSelectedCallbacks
    • totalCallbackRequests

      public final long totalCallbackRequests
    • callbackPreemtBecauseBytesWritten

      public final long callbackPreemtBecauseBytesWritten
    • callbackPreemtBecauseBytesRead

      public final long callbackPreemtBecauseBytesRead
    • sslEngineDelegatedTasks

      public final int sslEngineDelegatedTasks
    • maxPendingSslEngineDelegatedTasks

      public final int maxPendingSslEngineDelegatedTasks
  • Method Details