Package org.silvertunnel_ng.netlib.api

Examples of org.silvertunnel_ng.netlib.api.NetLayer


        if (wantsTor && !HAS_TOR) {
            try {
                log.info("Attempting to connect to tor network...");
                Security.addProvider(new BouncyCastleProvider());
                JvmGlobalUtil.init();
                NetLayer netLayer = NetFactory.getInstance().getNetLayerById(
                        NetLayerIDs.TOR);
                JvmGlobalUtil.setNetLayerAndNetAddressNameService(netLayer,
                        true);
                log.info("Connected to tor network");
                HAS_TOR = true;
View Full Code Here

TOP

Related Classes of org.silvertunnel_ng.netlib.api.NetLayer

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.