XNIO API 2.1.0.CR2

org.jboss.xnio.management
Interface AcceptorStats

All Known Subinterfaces:
PipeServerMBean, PipeSinkServerMBean, PipeSourceServerMBean, TcpServerMBean, TcpServerMBean.Listener

public interface AcceptorStats

Statistics for entities which accept connections.

Since:
1.2

Method Summary
 long getAcceptedConnections()
          Get the total count of accepted connections.
 

Method Detail

getAcceptedConnections

long getAcceptedConnections()
Get the total count of accepted connections.

Returns:
the count

XNIO API 2.1.0.CR2

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