com.github.util
Class HttpHandler

java.lang.Object
  extended by com.github.util.HttpHandler

public class HttpHandler
extends Object

Author:
cristian

Method Summary
static HttpHandler getInstance()
           
 String getRequest(String url)
           
 String postRequest(String url, Map<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HttpHandler getInstance()

getRequest

public String getRequest(String url)

postRequest

public String postRequest(String url,
                          Map<String,String> parameters)


Copyright © 2012. All Rights Reserved.