org.jboss.xnio.management
Interface ChannelStats

All Superinterfaces:
ReadableChannelStats, WritableChannelStats
All Known Subinterfaces:
TcpConnectionMBean, UdpServerMBean, UdpServerMBean.Channel
All Known Implementing Classes:
NioTcpChannel.MBean

public interface ChannelStats
extends ReadableChannelStats, WritableChannelStats

Statistics for entities which transfer bytes and messages.

Since:
1.2

Method Summary
 
Methods inherited from interface org.jboss.xnio.management.ReadableChannelStats
getBytesRead, getMessagesRead
 
Methods inherited from interface org.jboss.xnio.management.WritableChannelStats
getBytesWritten, getMessagesWritten