Examples of RTMPMinaTransportMXBean


Examples of org.red5.server.jmx.mxbeans.RTMPMinaTransportMXBean

    }
    log.debug("Connection id: {} session id hash: {}", conn.getId(), conn.getSessionId().hashCode());
    if (debug) {
      log.info("Connection count (map): {}", connMap.size());
      try {
        RTMPMinaTransportMXBean proxy = JMX.newMXBeanProxy(ManagementFactory.getPlatformMBeanServer(), new ObjectName("org.red5.server:type=RTMPMinaTransport"),
            RTMPMinaTransportMXBean.class, true);
        if (proxy != null) {
          log.info("{}", proxy.getStatistics());
        }
      } catch (Exception e) {
        log.warn("Error on jmx lookup", e);
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.