Examples of HintletStaticNoCookie


Examples of com.google.speedtracer.hintletengine.client.rules.HintletStaticNoCookie

    rules.add(new HintletFrequentLayout(onHintCallback));
    rules.add(new HintletLongDuration(onHintCallback));
    rules.add(new HintletGwtDetect(onHintCallback));
    rules.add(new HintletNotGz(onHintCallback));
    rules.add(new HintletTotalBytes(onHintCallback));
    rules.add(new HintletStaticNoCookie(onHintCallback));
    rules.add(new HintletCacheControl(onHintCallback));
    return rules;
  }
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.