XNIO API 2.1.0.CR2

org.jboss.xnio.management
Interface ChannelStats

All Superinterfaces:
ReadableChannelStats, WritableChannelStats
All Known Subinterfaces:
TcpConnectionMBean, UdpServerMBean, UdpServerMBean.Channel

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
 


XNIO API 2.1.0.CR2

Copyright © 2010 JBoss, a division of Red Hat, Inc.