XNIO API 2.0.0.GA

org.jboss.xnio.management
Interface TcpConnectionMBean

All Superinterfaces:
ChannelStats, InetBound, InetConnected, ManagedCloseable, ReadableChannelStats, WritableChannelStats

public interface TcpConnectionMBean
extends ChannelStats, InetConnected, ManagedCloseable

Statistics and management information for a TCP connection.

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
 
Methods inherited from interface org.jboss.xnio.management.InetConnected
getPeerAddress
 
Methods inherited from interface org.jboss.xnio.management.InetBound
getBindAddress
 
Methods inherited from interface org.jboss.xnio.management.ManagedCloseable
close
 


XNIO API 2.0.0.GA

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