Package de.fu_berlin.inf.dpp.net.UPnP

Examples of de.fu_berlin.inf.dpp.net.UPnP.UPnPManager


        }

        try {
            getSarosNet().uninitialize();
            // Remove UPnP port mapping for Saros
            UPnPManager upnpManager = sarosContext
                .getComponent(UPnPManager.class);
            if (upnpManager.isMapped())
                upnpManager.removeSarosPortMapping();

            /**
             * This will cause dispose() to be called on all components managed
             * by PicoContainer which implement {@link Disposable}.
             */
 
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.net.UPnP.UPnPManager

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.