XNIO version 1.2.0.GA

org.jboss.xnio.management
Interface ReadableChannelStats

All Known Subinterfaces:
ChannelStats, PipeConnectionMBean, TcpConnectionMBean, UdpServerMBean, UdpServerMBean.Channel

public interface ReadableChannelStats

Statistics for entities which read bytes and messages.

Since:
1.2

Method Summary
 long getBytesRead()
          Get the number of bytes read from this channel.
 long getMessagesRead()
          Get the number of read operations performed on this channel.
 

Method Detail

getBytesRead

long getBytesRead()
Get the number of bytes read from this channel.

Returns:
the number of bytes

getMessagesRead

long getMessagesRead()
Get the number of read operations performed on this channel.

Returns:
the number of messages

XNIO version 1.2.0.GA

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