Package com.alibaba.otter.common.push.media

Examples of com.alibaba.otter.common.push.media.MediaSubscribeManager


                                                                             });

    private static SubscribeManager createSubsrcibeManager(SubscribeType type) {
        SubscribeManager manager = null;
        if (SubscribeType.MEDIA.equals(type)) {
            manager = new MediaSubscribeManager();
            autowire(manager);
        } else {
            throw new PushException("can't createSubsrcibeManager, type : " + type + " is not supported yet");
        }
View Full Code Here

TOP

Related Classes of com.alibaba.otter.common.push.media.MediaSubscribeManager

Copyright © 2018 www.massapicom. 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.