Package yahoofinance.histquotes2
Class CrumbManager
- java.lang.Object
-
- yahoofinance.histquotes2.CrumbManager
-
public class CrumbManager extends java.lang.ObjectCreated by Stijn on 23/05/2017.
-
-
Constructor Summary
Constructors Constructor Description CrumbManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetCookie()static java.lang.StringgetCrumb()static voidrefresh()
-
-
-
Method Detail
-
refresh
public static void refresh() throws java.io.IOException- Throws:
java.io.IOException
-
getCrumb
public static java.lang.String getCrumb() throws java.io.IOException- Throws:
java.io.IOException
-
getCookie
public static java.lang.String getCookie() throws java.io.IOException- Throws:
java.io.IOException
-
-