org.piwik
Class ResponseData
java.lang.Object
org.piwik.ResponseData
public class ResponseData
- extends Object
- Author:
- Martin Fochler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getCookies
public List<javax.servlet.http.Cookie> getCookies()
Copyright © 2013. All Rights Reserved.