VpsAvailabilityFuture

public class VpsAvailabilityFuture

Handle to an async operation launched by Session.checkVpsAvailabilityAsync(double, double, Consumer).

Public Methods

boolean
cancel()
Tries to cancel the execution of this operation.
VpsAvailability
getResult()
Returns the result of the async operation.
FutureState
getState()
Get the current state of the future.

Inherited Methods

Public Methods