All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hcjf.io.net.http.layered.LayeredRequest Maven / Gradle / Ivy

package org.hcjf.io.net.http.layered;

import org.hcjf.io.net.http.HttpRequest;

/**
 * This class represents a package that contains all the
 * information about a restful request.
 * @author javaito
 */
public class LayeredRequest extends HttpRequest {

    public LayeredRequest(HttpRequest request) {
        super(request);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy