Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. URL url = new URL("http://IP:PORTA/sendLocalEvent?eventName=_evento");
  2. HttpURLConnection httpcon = (HttpURLConnection) url.openConnection();
  3. httpcon.setRequestMethod("POST");
  4. httpcon.setDoOutPut(true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement