Examples of WebAppStat


Examples of com.alibaba.druid.support.http.stat.WebAppStat

       
        Assert.assertEquals(1, stat.getBotCount());
    }
   
    public void test_aiHitBot() throws Exception {
        WebAppStat stat = new WebAppStat("");
        stat.computeUserAgent("Mozilla/5.0 (compatible; aiHitBot/1.1; +http://www.aihit.com/)");
       
        Assert.assertEquals(1, stat.getBotCount());
    }
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.