Package com.github.dreamhead.moco.monitor

Examples of com.github.dreamhead.moco.monitor.DefaultRequestHit


import static com.google.common.base.Preconditions.checkArgument;

public class MocoRequestHit {
    public static RequestHit requestHit() {
        return new DefaultRequestHit();
    }
View Full Code Here

TOP

Related Classes of com.github.dreamhead.moco.monitor.DefaultRequestHit

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.