10Duke Scale SDK for Java
|
Package containing default implementation of the 10Duke Scale API Java Client.
All default implementation classes, functions, etc. of the 10Duke Scale API Java Client are grouped under this package.
Classes | |
class | AbstractRestApiClient |
Abstract class representing a REST API client. More... | |
class | DefaultLicenseCheckoutClient |
Default implementation of a license checkout client. More... | |
class | DefaultTokenManager |
Data class that manages tokens used by 10Duke Scale SDK for Java. More... | |
class | FileSystemTokenStore |
TokenStore implementation that uses the file system to store license tokens. More... | |
class | LicenseCheckoutApiCallFactory |
This class implements raw HTTP 10Duke Scale License Checkout API mapping into a Java Client. More... | |
class | LicenseCheckoutHttpClient |
License checkout API implementation without any caching or persistence features. More... | |
enum | LicenseCheckoutMode |
Enumeration of possible modes that the tenduke.scale.client.DefaultLicenseCheckoutClient supports. More... | |
class | OkHttpLoggingInterceptor |
Interceptor that enables logging for OkHttpClient. More... | |
class | RestApiCallExecArgs |
REST API call executor with arguments. More... | |