Uses of Interface
org.glassfish.grizzly.utils.conditions.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in org.glassfish.grizzly.ssl
Classes in org.glassfish.grizzly.ssl that implement Condition -
Uses of Condition in org.glassfish.grizzly.streams
Classes in org.glassfish.grizzly.streams that implement ConditionModifier and TypeClassDescriptionclassfinal classFields in org.glassfish.grizzly.streams declared as ConditionMethods in org.glassfish.grizzly.streams with parameters of type ConditionModifier and TypeMethodDescriptionAbstractStreamReader.notifyCondition(Condition condition) AbstractStreamReader.notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler) BufferedInput.notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler) Input.notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler) StreamInput.notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler) StreamReader.notifyCondition(Condition condition) StreamReader.notifyCondition(Condition condition, CompletionHandler<Integer> completionHandler) -
Uses of Condition in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return ConditionMethods in org.glassfish.grizzly.utils with parameters of type ConditionModifier and TypeMethodDescriptionStateHolder.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 ConditionModifierConstructorDescriptionConditionElement(Condition condition, FutureImpl<E> future, CompletionHandler<E> completionHandler)