| Package | Description |
|---|---|
| com.licensespring.floating |
This package contains the main public classes to be used when implementing the LicenseSpring
Floating Client.
|
| com.licensespring.floating.api |
This package contains all classes required to successfully call
FloatingApi or ProxyAPI. |
| com.licensespring.floating.dto |
This package contains all DTO classes required to make requests to floating server, either
floating cloud or on-premises server.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ProxyRegisterSubscriber.onError(ProxyRequest requestInfo,
com.licensespring.model.exceptions.LicenseSpringException exception)
Defines what to do when an error arises while doing the background register call to server.
|
| Modifier and Type | Method and Description |
|---|---|
BorrowResponse |
ProxyAPI.borrow(ProxyRequest request)
Borrows a license
|
ProxyResponse |
ProxyAPI.register(ProxyRequest proxyRequest)
Register a user to the Floating Offline Server and takes up one user slot.
|
String |
ProxyAPI.unregister(ProxyRequest proxyRequest)
Unregisters the current user of the product and frees the space for other registrations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyRequest.ProxyRequestBuilder<C extends ProxyRequest,B extends ProxyRequest.ProxyRequestBuilder<C,B>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyFeatureRequest |
Copyright © 2025 Cense Data Inc.. All rights reserved.