Package com.github.twitch4j.kraken
Class TwitchKrakenBuilder
java.lang.Object
com.github.twitch4j.kraken.TwitchKrakenBuilder
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022.
More details about the deprecation are available here.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.static TwitchKrakenBuilder
builder()
Deprecated.Initialize the builderDeprecated.BaseUrlDeprecated.Client IdDeprecated.Client Secretfeign.Logger.Level
Deprecated.you can overwrite the feign loglevel to print the full requests + responses if neededDeprecated.ProxyConfigurationDeprecated.HTTP Request Queue SizeDeprecated.Default TimeoutDeprecated.Deprecated.User AgentwithBaseUrl
(String baseUrl) Deprecated.BaseUrlwithClientId
(String clientId) Deprecated.Client IdwithClientSecret
(String clientSecret) Deprecated.Client SecretwithLogLevel
(feign.Logger.Level logLevel) Deprecated.you can overwrite the feign loglevel to print the full requests + responses if neededwithProxyConfig
(ProxyConfig proxyConfig) Deprecated.ProxyConfigurationwithRequestQueueSize
(Integer requestQueueSize) Deprecated.HTTP Request Queue SizewithTimeout
(Integer timeout) Deprecated.Default TimeoutwithUploadTimeout
(Integer uploadTimeout) Deprecated.withUserAgent
(String userAgent) Deprecated.User Agent
-
Method Details
-
builder
Deprecated.Initialize the builder- Returns:
- Twitch Kraken Builder
-
build
Deprecated.Twitch API Client (Kraken)- Returns:
- TwitchKraken
-
getClientId
Deprecated.Client Id -
getClientSecret
Deprecated.Client Secret -
getUserAgent
Deprecated.User Agent -
getRequestQueueSize
Deprecated.HTTP Request Queue Size -
getBaseUrl
Deprecated.BaseUrl -
getTimeout
Deprecated.Default Timeout -
getUploadTimeout
Deprecated. -
getLogLevel
public feign.Logger.Level getLogLevel()Deprecated.you can overwrite the feign loglevel to print the full requests + responses if needed -
getProxyConfig
Deprecated.ProxyConfiguration -
withClientId
Deprecated.Client Id- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withClientSecret
Deprecated.Client Secret- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withUserAgent
Deprecated.User Agent- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withRequestQueueSize
Deprecated.HTTP Request Queue Size- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withBaseUrl
Deprecated.BaseUrl- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withTimeout
Deprecated.Default Timeout- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withUploadTimeout
Deprecated.- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withLogLevel
Deprecated.you can overwrite the feign loglevel to print the full requests + responses if needed- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withProxyConfig
Deprecated.ProxyConfiguration- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-