Uses of Interface
org.glassfish.grizzly.utils.conditions.Condition
-
Packages that use Condition Package Description org.glassfish.grizzly.ssl org.glassfish.grizzly.streams org.glassfish.grizzly.utils -
-
Uses of Condition in org.glassfish.grizzly.ssl
Classes in org.glassfish.grizzly.ssl that implement Condition Modifier and Type Class Description protected static classSSLStreamWriter.SSLHandshakeCondition -
Uses of Condition in org.glassfish.grizzly.streams
Classes in org.glassfish.grizzly.streams that implement Condition Modifier and Type Class Description classStreamDecodeCondition<E>classTransformerInput.TransformerConditionFields in org.glassfish.grizzly.streams declared as Condition Modifier and Type Field Description protected ConditionBufferedInput. conditionMethods in org.glassfish.grizzly.streams with parameters of type Condition Modifier and Type Method Description GrizzlyFuture<Integer>AbstractStreamReader. notifyCondition(Condition condition)GrizzlyFuture<Integer>AbstractStreamReader. notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler)GrizzlyFuture<Integer>BufferedInput. notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler)GrizzlyFuture<Integer>Input. notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler)GrizzlyFuture<Integer>StreamInput. notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler)GrizzlyFuture<Integer>StreamReader. notifyCondition(Condition condition)GrizzlyFuture<Integer>StreamReader. notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler) -
Uses of Condition in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return Condition Modifier and Type Method Description ConditionStateHolder.ConditionElement. getCondition()Methods in org.glassfish.grizzly.utils with parameters of type Condition Modifier and Type Method Description Future<E>StateHolder. notifyWhenConditionMatchState(Condition condition, CompletionHandler<E> completionHandler)Register listener, which will be notified, when state will match the condition.Constructors in org.glassfish.grizzly.utils with parameters of type Condition Constructor Description ConditionElement(Condition condition, FutureImpl<E> future, CompletionHandler<E> completionHandler)
-