
org.johnnei.enjin.internal.http.IRequestExecuter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enjin-api-impl Show documentation
Show all versions of enjin-api-impl Show documentation
The specification of the Enjin API
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