This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
******************************************************************************************************************** | |
* 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; |