Class ConnectionManagerImpl

java.lang.Object
com.swiftmq.impl.net.netty.ConnectionManagerImpl

public class ConnectionManagerImpl extends Object
  • Constructor Details

    • ConnectionManagerImpl

      protected ConnectionManagerImpl(SwiftletContext ctx)
  • 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

      public String toString()
      Overrides:
      toString in class Object