org.atmosphere.util.analytics
Class HTTPGetMethod

java.lang.Object
  extended by org.atmosphere.util.analytics.HTTPGetMethod

public class HTTPGetMethod
extends Object

Fork of https://code.google.com/p/jgoogleanalytics/ Simple class peforming HTTP Get method on the requested url

Version:
: 0.1
Author:
: Siddique Hameed

Method Summary
protected  int getResponseCode(HttpURLConnection urlConnection)
           
 void request(String urlString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

request

public void request(String urlString)

getResponseCode

protected int getResponseCode(HttpURLConnection urlConnection)
                       throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.