Package com.swiftmq.impl.net.netty
Class ConnectionManagerImpl
java.lang.Object
com.swiftmq.impl.net.netty.ConnectionManagerImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConnection
(Connection connection) void
void
int
void
void
removeConnection
(Connection connection) toString()
-
Constructor Details
-
ConnectionManagerImpl
-
-
Method Details
-
getNumberConnections
public int getNumberConnections() -
addConnection
public void addConnection(Connection connection) -
removeConnection
public void removeConnection(Connection connection) -
removeAllConnections
public void removeAllConnections() -
clearLastCollectTime
public void clearLastCollectTime() -
collectByteCounts
public void collectByteCounts() -
toString
-