- getApiUrl() - Method in class com.licensespring.floating.ProxyConfiguration
-
Retrieves the URL of the proxy server.
- getBorrowedLicenseExpirationSubscriber() - Method in class com.licensespring.floating.FloatingConfiguration
-
BorrowedLicenseExpirationSubscriber is an interface to be used for handling borrowed license
expiration events.
- getCheckLicenseSubscriber() - Method in class com.licensespring.floating.FloatingConfiguration
-
CheckSubscriber is an interface that provides two methods (onSuccess and onError), it is used
to monitor the response from the periodic checks.
- getConnectionSpecs() - Method in class com.licensespring.floating.ProxyConfiguration
-
Specifies configuration for the socket connection that HTTP traffic travels through.
- getData(Gson) - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getHost() - Method in class com.licensespring.floating.ProxyConfiguration
-
Required parameter.
- getHostnameVerifier() - Method in class com.licensespring.floating.ProxyConfiguration
-
Verifier used to confirm that response certificates apply to requested hostnames for HTTPS
connections.
- getIdentity(Gson) - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getIdentityProvider() - Method in class com.licensespring.floating.ProxyConfiguration
-
Set a custom IdentityProvider which generates unique keys for a particular device Default
implementation is based on ONCE_PER_PROCESS id.
- getLicense(String) - Method in interface com.licensespring.floating.api.ProxyAPI
-
Retrieves the LicenseData object which contains information about the license for the product.
- getLicense() - Method in class com.licensespring.floating.ProxyFloatingService
-
Fetches license data from the server for the product specified in the ProxyConfiguration
object.
- getLicenseJson() - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getLicenseJsonSnakeCase() - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getLicenseSpringAPIVersion() - Method in class com.licensespring.floating.ProxyConfiguration
-
LicenseSpring API version.
- getPort() - Method in class com.licensespring.floating.ProxyConfiguration
-
Required parameter.
- getProduct() - Method in class com.licensespring.floating.dto.ProxyRequest
-
Product code.
- getProduct() - Method in class com.licensespring.floating.ProxyConfiguration
-
Required parameter, every license is attached to a particular product.
- getProxyCertPath() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure client to trust proxy certificate.
- getProxyHost() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure all API calls to use a proxy service.
- getProxyPass() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure Basic authentication for a proxy service.
- getProxyPort() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure all API calls to use a proxy service.
- getProxyRegisterSubscriber() - Method in class com.licensespring.floating.ProxyConfiguration
-
ProxyRegisterSubscriber is an interface that provides two methods (onSuccess and onError), it
is used to monitor the response from the periodic registers.
- getProxyUser() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure Basic authentication for a proxy service.
- getRequestLogging() - Method in class com.licensespring.floating.ProxyConfiguration
-
HTTP Request/Response logging for debugging purposes.
- getRequestTimeout() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter for setting the timeout when making api requests (in seconds) default is 10
seconds
- getUser() - Method in class com.licensespring.floating.dto.ProxyRequest
-
Unique user identification.