Class HTTPGetMethod


  • public class HTTPGetMethod
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getResponseCode​(java.net.HttpURLConnection urlConnection)  
      void request​(java.lang.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​(java.lang.String urlString)
      • getResponseCode

        protected int getResponseCode​(java.net.HttpURLConnection urlConnection)
                               throws java.io.IOException
        Throws:
        java.io.IOException