Package org.gudy.azureus2.plugins.ipfilter

Examples of org.gudy.azureus2.plugins.ipfilter.IPRange.checkValid()


            //System.out.println(Utils.parseString(peerID) + " : Blocked -- Peer: " + peerClient);
            IPRange ipr = Plugin.getPluginInterface().getIPFilter().createRange(true);
            ipr.setStartIP(peerIP);
            ipr.setEndIP(peerIP);
            ipr.setDescription("Stuffer - " + Utils.parseString(peerClient) + " Killed"+ " c#" + Utils.getHexfromRGB(rgb));
            ipr.checkValid();
            ipf.addRange(ipr);
            if(Plugin.getTab1() != null){
              Plugin.getTab1().addElement(peerIP,peerID,peerClient,downloadName, color);
              Plugin.getTab1().totalChange();
            }
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.