java.lang.Object
org.ojalgo.data.domain.finance.series.YahooSessionOld
Deprecated.
All data downloaders/fetchers are deprecated. They will be removed in a future release, and most likely
they're already broken.
Old, deprecated and non-functioning, version of YahooSession. Keeping it for a while as
documentation of how it had to be done previously.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final StringDeprecated.(package private) static final StringDeprecated.(package private) static final StringDeprecated.(package private) static booleanDeprecated.private static final CalendarDateDurationDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private final ResourceLocator.SessionDeprecated.private static final StringDeprecated.(package private) static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ResourceLocator.RequestbuildChallengeRequest(ResourceLocator.Session session, String symbol) Deprecated.A request that requires consent and will set the "B" cookie, but not the crumb(package private) static ResourceLocator.RequestbuildConsentRequest(ResourceLocator.Session session, ResourceLocator.Request challengeRequest) Deprecated.(package private) static ResourceLocator.RequestbuildCrumbRequest(ResourceLocator.Session session) Deprecated.(package private) static ResourceLocator.RequestbuildDataRequest(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated.(package private) YahooSessionOld.FetchernewFetcher(String symbol, CalendarDateUnit resolution) Deprecated.(package private) static voidscrapeChallengeResponse(ResourceLocator.Session session, ResourceLocator.Response challengeResponse) Deprecated.(package private) static voidscrapeCrumbResponse(ResourceLocator.Session session, ResourceLocator.Response crumbResponse) Deprecated.
-
Field Details
-
DURATION_30_YEARS
Deprecated. -
END
Deprecated.- See Also:
-
FINANCE_YAHOO_COM
Deprecated.- See Also:
-
GUCE_OATH_COM
Deprecated.- See Also:
-
INPUT_TYPE_HIDDEN_NAME_BRAND_BID_VALUE
Deprecated.- See Also:
-
INPUT_TYPE_HIDDEN_NAME_CSRF_TOKEN_VALUE
Deprecated.- See Also:
-
INTERVAL
Deprecated.- See Also:
-
QUERY1_FINANCE_YAHOO_COM
Deprecated.- See Also:
-
BRAND_BID
Deprecated.- See Also:
-
CRUMB
Deprecated.- See Also:
-
CSRF_TOKEN
Deprecated.- See Also:
-
debug
static boolean debugDeprecated. -
SESSION_ID
Deprecated.- See Also:
-
mySession
Deprecated.
-
-
Constructor Details
-
YahooSessionOld
YahooSessionOld()Deprecated.
-
-
Method Details
-
buildChallengeRequest
static ResourceLocator.Request buildChallengeRequest(ResourceLocator.Session session, String symbol) Deprecated.A request that requires consent and will set the "B" cookie, but not the crumb -
buildConsentRequest
static ResourceLocator.Request buildConsentRequest(ResourceLocator.Session session, ResourceLocator.Request challengeRequest) Deprecated. -
buildCrumbRequest
Deprecated. -
buildDataRequest
static ResourceLocator.Request buildDataRequest(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated. -
scrapeChallengeResponse
static void scrapeChallengeResponse(ResourceLocator.Session session, ResourceLocator.Response challengeResponse) Deprecated. -
scrapeCrumbResponse
static void scrapeCrumbResponse(ResourceLocator.Session session, ResourceLocator.Response crumbResponse) Deprecated. -
newFetcher
Deprecated.
-