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 |
---|---|
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 | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.ProxyRequestBuilder.build() |
Copyright © 2024 Cense Data Inc.. All rights reserved.