public static final class XmppNioTcpConnection.Stats extends Object
Modifier and Type | Field and Description |
---|---|
long |
afterOutgoingElementsQueueModifiedSetInterestOps |
long |
callbackPreemtBecauseBytesRead |
long |
callbackPreemtBecauseBytesWritten |
long |
handledChannelSelectedCallbacks |
int |
maxPendingSslEngineDelegatedTasks |
long |
reactorThreadAlreadyRacing |
long |
rejectedChannelSelectedCallbacks |
long |
setWriteInterestAfterChannelSelectedCallback |
int |
sslEngineDelegatedTasks |
long |
totalBytesRead |
long |
totalBytesReadAfterFilter |
long |
totalBytesWritten |
long |
totalBytesWrittenBeforeFilter |
long |
totalCallbackRequests |
public final long totalBytesRead
public final long totalBytesWritten
public final long totalBytesReadAfterFilter
public final long totalBytesWrittenBeforeFilter
public final long handledChannelSelectedCallbacks
public final long setWriteInterestAfterChannelSelectedCallback
public final long reactorThreadAlreadyRacing
public final long afterOutgoingElementsQueueModifiedSetInterestOps
public final long rejectedChannelSelectedCallbacks
public final long totalCallbackRequests
public final long callbackPreemtBecauseBytesWritten
public final long callbackPreemtBecauseBytesRead
public final int sslEngineDelegatedTasks
public final int maxPendingSslEngineDelegatedTasks