com.jdroid.java.http.okhttp.delete.OkDeleteHttpService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdroid-java-http-okhttp Show documentation
Show all versions of jdroid-java-http-okhttp Show documentation
OKHttp Http Layer Implementation for Jdroid
The newest version!
package com.jdroid.java.http.okhttp.delete;
import com.jdroid.java.http.HttpMethod;
import com.jdroid.java.http.HttpServiceProcessor;
import com.jdroid.java.http.Server;
import com.jdroid.java.http.okhttp.OkHttpService;
import java.util.List;
import okhttp3.Request;
public class OkDeleteHttpService extends OkHttpService {
public OkDeleteHttpService(Server server, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy