|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| 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 | |
|---|---|
protected static class |
SSLStreamWriter.SSLHandshakeCondition
|
| Uses of Condition in org.glassfish.grizzly.streams |
|---|
| Classes in org.glassfish.grizzly.streams that implement Condition | |
|---|---|
class |
StreamDecodeCondition<E>
|
class |
TransformerInput.TransformerCondition
|
| Fields in org.glassfish.grizzly.streams declared as Condition | |
|---|---|
protected Condition |
BufferedInput.condition
|
| Methods in org.glassfish.grizzly.streams with parameters of type Condition | |
|---|---|
GrizzlyFuture<java.lang.Integer> |
StreamReader.notifyCondition(Condition condition)
Method returns Future, using which it's possible check if
StreamReader meets specific Condition. |
GrizzlyFuture<java.lang.Integer> |
AbstractStreamReader.notifyCondition(Condition condition)
Method returns Future, using which it's possible check if
StreamReader meets specific Condition. |
GrizzlyFuture<java.lang.Integer> |
StreamReader.notifyCondition(Condition condition,
CompletionHandler<java.lang.Integer> completionHandler)
Method returns Future, using which it's possible check if
StreamReader meets specific Condition. |
GrizzlyFuture<java.lang.Integer> |
StreamInput.notifyCondition(Condition condition,
CompletionHandler<java.lang.Integer> completionHandler)
|
GrizzlyFuture<java.lang.Integer> |
Input.notifyCondition(Condition condition,
CompletionHandler<java.lang.Integer> completionHandler)
|
GrizzlyFuture<java.lang.Integer> |
BufferedInput.notifyCondition(Condition condition,
CompletionHandler<java.lang.Integer> completionHandler)
|
GrizzlyFuture<java.lang.Integer> |
AbstractStreamReader.notifyCondition(Condition condition,
CompletionHandler<java.lang.Integer> completionHandler)
Method returns Future, using which it's possible check if
StreamReader meets specific Condition. |
| Uses of Condition in org.glassfish.grizzly.utils |
|---|
| Methods in org.glassfish.grizzly.utils that return Condition | |
|---|---|
Condition |
StateHolder.ConditionElement.getCondition()
|
| Methods in org.glassfish.grizzly.utils with parameters of type Condition | |
|---|---|
java.util.concurrent.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 | |
|---|---|
StateHolder.ConditionElement(Condition condition,
FutureImpl<E> future,
CompletionHandler<E> completionHandler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||