mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 01:09:40 -05:00
Improve addProxy(String addressPort) in ProxyClientSettings
Added @param action description and return values Optimized methods in TikTokLiveMapper Optimized Thread in TikTokWebSocketPingingTask Optimized TikTokLiveEventHandler and TikTokLiveMessageHandler methods
This commit is contained in:
@@ -148,11 +148,11 @@ public class TikTokLiveClientBuilder implements LiveClientBuilder {
|
||||
dependance.registerSingleton(LiveHttpClient.class, TikTokLiveHttpClient.class);
|
||||
}
|
||||
|
||||
/** TODO in future, custom proxy implementation that can be provided via builder
|
||||
* if(customProxy != null)
|
||||
* dependance.registerSingleton(TikTokProxyProvider.class,customProxy);
|
||||
* else
|
||||
* dependance.registerSingleton(TikTokProxyProvider.class,DefaultProxyProvider.class);
|
||||
/* TODO in future, custom proxy implementation that can be provided via builder
|
||||
* if(customProxy != null)
|
||||
* dependance.registerSingleton(TikTokProxyProvider.class,customProxy);
|
||||
* else
|
||||
* dependance.registerSingleton(TikTokProxyProvider.class,DefaultProxyProvider.class);
|
||||
*/
|
||||
|
||||
//gifts
|
||||
|
||||
Reference in New Issue
Block a user