| Interface | Description |
|---|---|
| PredicateWithResult<Input,Result> | |
| SocketOpen |
Tests to see if a socket is open.
|
| Class | Description |
|---|---|
| InetSocketAddressConnect |
Tests to see if a socket is open.
|
| PredicateCallable<Result> |
Provides a facility to convert an arbitrary Callable to a Predicate, implementing PredicateWithResult,
for use e.g.
|
| RetryableNumTimesPredicate<T> |
Retries a condition until it is met or the max number of retries have occurred.
|
| RetryablePredicate<T> |
Retries a condition until it is met or a timeout occurs.
|
| Retryables |
convenience methods to retry application of a predicate, and optionally (reducing quite a bit of boilerplate)
get the final result or throw assertion error
|
| SocketOpenUnsupported | |
| Validator<T> |
Abstract class that creates a bridge between
Predicate
and ParamValidatorss. |
Copyright © 2009-2013 jclouds. All Rights Reserved.