Uses of Class
net.osslabz.lnd.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in net.osslabz.lnd
Methods in net.osslabz.lnd that return ApiClientModifier and TypeMethodDescriptionApiClient.addDefaultCookie(String key, String value) Add a default cookie.ApiClient.addDefaultHeader(String key, String value) Add a default header.static ApiClientConfiguration.getDefaultApiClient()Get the default API client, which would be used when creating API instances without providing an API client.ApiClient.setBasePath(String basePath) Set base pathApiClient.setConnectTimeout(int connectionTimeout) Sets the connect timeout (in milliseconds).ApiClient.setDateFormat(DateFormat dateFormat) Setter for the fielddateFormat.ApiClient.setDebugging(boolean debugging) Enable/disable debugging for this API client.ApiClient.setHttpClient(okhttp3.OkHttpClient newHttpClient) Set HTTP client, which must never be null.Set JSONApiClient.setKeyManagers(KeyManager[] managers) Configure client keys to use for authorization in an SSL session.ApiClient.setLenientOnJson(boolean lenientOnJson) Set LenientOnJson.ApiClient.setLocalDateFormat(DateTimeFormatter dateFormat) Set LocalDateFormat.ApiClient.setOffsetDateTimeFormat(DateTimeFormatter dateFormat) Set OffsetDateTimeFormat.ApiClient.setReadTimeout(int readTimeout) Sets the read timeout (in milliseconds).ApiClient.setSqlDateFormat(DateFormat dateFormat) Set SqlDateFormat.ApiClient.setSslCaCert(InputStream sslCaCert) Configure the CA certificate to be trusted when making https requests.ApiClient.setTempFolderPath(String tempFolderPath) Set the temporary folder path (for downloading files)ApiClient.setUserAgent(String userAgent) Set the User-Agent header's value (by adding to the default header map).ApiClient.setVerifyingSsl(boolean verifyingSsl) Configure whether to verify certificate and hostname when making https requests.ApiClient.setWriteTimeout(int writeTimeout) Sets the write timeout (in milliseconds).Methods in net.osslabz.lnd with parameters of type ApiClientModifier and TypeMethodDescriptionstatic voidConfiguration.setDefaultApiClient(ApiClient apiClient) Set the default API client, which would be used when creating API instances without providing an API client.Constructors in net.osslabz.lnd with parameters of type ApiClient -
Uses of ApiClient in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return ApiClientMethods in net.osslabz.lnd.api with parameters of type ApiClientModifier and TypeMethodDescriptionvoidInvoicesApi.setApiClient(ApiClient apiClient) voidLightningApi.setApiClient(ApiClient apiClient) Constructors in net.osslabz.lnd.api with parameters of type ApiClient