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

org.johnnei.enjin.internal.http.IRequestExecuter Maven / Gradle / Ivy

The newest version!
package org.johnnei.enjin.internal.http;

import java.lang.reflect.Type;

import org.johnnei.enjin.internal.RequestWrapper;
import org.johnnei.enjin.internal.ResponseWrapper;

public interface IRequestExecuter {

	public  R getRequestResult(RequestWrapper request, Type type);

	public  ResponseWrapper executeRequest(RequestWrapper request, Type type);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy