Uses of Class
com.longbridge.HttpClient
-
Packages that use HttpClient Package Description com.longbridge -
-
Uses of HttpClient in com.longbridge
Methods in com.longbridge that return HttpClient Modifier and Type Method Description static HttpClientHttpClient. fromApikey(String appKey, String appSecret, String accessToken)Create a newHttpClientusing API Key authentication.static HttpClientHttpClient. fromApikey(String appKey, String appSecret, String accessToken, String httpUrl)Create a newHttpClientusing API Key authentication with a custom HTTP endpoint URL.static HttpClientHttpClient. fromApikeyEnv()Create a newHttpClientfrom environment variables (API Key authentication).static HttpClientHttpClient. fromOAuth(OAuth oauth)Create a newHttpClientfrom an OAuth handle.static HttpClientHttpClient. fromOAuth(OAuth oauth, String httpUrl)Create a newHttpClientfrom an OAuth handle with a custom HTTP endpoint URL.
-