Skip to content

Instantly share code, notes, and snippets.

@babuvignesh
babuvignesh / BrowserProxy.java
Created July 15, 2012 19:53
SMS 160by2 API
/*
********************************************************************************************************************
* Author : Babu Vignesh
* Blog : babuvignesh.posterous.com
* Description : A simple free SMS API to send SMS using java and httpclient library with web service of 160by2.com .
********************************************************************************************************************
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;