Package com.github.dreamhead.moco.bootstrap.tasks

Source Code of com.github.dreamhead.moco.bootstrap.tasks.HttpTask

package com.github.dreamhead.moco.bootstrap.tasks;

import com.github.dreamhead.moco.bootstrap.parser.HttpArgsParser;

public class HttpTask extends StartTask {
    public HttpTask(final String shutdownKey) {
        super(shutdownKey, new HttpArgsParser());
    }
}
TOP

Related Classes of com.github.dreamhead.moco.bootstrap.tasks.HttpTask

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.