org.piwik
Class ResponseData

java.lang.Object
  extended by org.piwik.ResponseData

public class ResponseData
extends Object

Author:
Martin Fochler

Constructor Summary
ResponseData(HttpURLConnection connection)
          Initialize the local header data with the header fields from the connection.
 
Method Summary
 List<javax.servlet.http.Cookie> getCookies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseData

public ResponseData(HttpURLConnection connection)
Initialize the local header data with the header fields from the connection. Those information are needed to parse the cookie information.

Parameters:
connection - used to retrieve the header fields
Method Detail

getCookies

public List<javax.servlet.http.Cookie> getCookies()


Copyright © 2013. All Rights Reserved.