Package org.jivesoftware.smack.tcp
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 XmppClientToServerTransport.Stats
-
-
Field Summary
Fields Modifier and Type Field Description long
afterOutgoingElementsQueueModifiedSetInterestOps
long
callbackPreemtBecauseBytesRead
long
callbackPreemtBecauseBytesWritten
long
handledChannelSelectedCallbacks
int
maxPendingSslEngineDelegatedTasks
long
reactorThreadAlreadyRacing
double
readRatio
long
rejectedChannelSelectedCallbacks
long
setWriteInterestAfterChannelSelectedCallback
int
sslEngineDelegatedTasks
long
totalBytesRead
long
totalBytesReadAfterFilter
long
totalBytesWritten
long
totalBytesWrittenBeforeFilter
long
totalCallbackRequests
double
writeRatio
-
-
-
Field Detail
-
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
-
-