Skip to content

Instantly share code, notes, and snippets.

View xpdable's full-sized avatar
🤩
Focusing

Xiaopeng Liu xpdable

🤩
Focusing
  • Mercedes-Benz
  • Stuttgart, Germany
View GitHub Profile
@xpdable
xpdable / ZAPI.java
Created October 9, 2015 06:35 — forked from jvanderwee/ZAPI.java
Java helper class for calling ZAPI
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import java.net.InetSocketAddress;
import java.net.Proxy;
import java.net.URL;
import java.util.ArrayList;