Uses of Interface
org.glassfish.grizzly.util.conditions.Condition

Packages that use Condition
org.glassfish.grizzly   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.streams   
org.glassfish.grizzly.util   
org.glassfish.grizzly.util.conditions   
 

Uses of Condition in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly with parameters of type Condition
 Future<ReadResult<Buffer,L>> Readable.read(Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler, Condition<ReadResult<Buffer,L>> condition)
          Method reads data to the buffer.
 

Uses of Condition in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type Condition
 Future<Integer> TCPNIOStreamReader.notifyCondition(Condition<StreamReader> condition, CompletionHandler<Integer> completionHandler)
           
 Future<Integer> UDPNIOStreamReader.notifyCondition(Condition<StreamReader> condition, CompletionHandler<Integer> completionHandler)
           
 Future<ReadResult<Buffer,SocketAddress>> TCPNIOConnection.read(Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Condition<ReadResult<Buffer,SocketAddress>> condition)
           
 Future<ReadResult<Buffer,SocketAddress>> UDPNIOConnection.read(Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Condition<ReadResult<Buffer,SocketAddress>> condition)
           
 

Uses of Condition in org.glassfish.grizzly.streams
 

Methods in org.glassfish.grizzly.streams with parameters of type Condition
 Future<Integer> StreamReader.notifyCondition(Condition<StreamReader> condition)
          Method returns Future, using which it's possible check if StreamReader meets specific Condition.
 Future<Integer> AbstractStreamReader.notifyCondition(Condition<StreamReader> condition)
          Method returns Future, using which it's possible check if StreamReader meets specific Condition.
 Future<Integer> StreamReader.notifyCondition(Condition<StreamReader> condition, CompletionHandler<Integer> completionHandler)
          Method returns Future, using which it's possible check if StreamReader meets specific Condition.
 Future<Integer> StreamReaderDecorator.notifyCondition(Condition<StreamReader> condition, CompletionHandler<Integer> completionHandler)
          Method returns Future, using which it's possible check if StreamReader meets specific Condition.
 

Constructors in org.glassfish.grizzly.streams with parameters of type Condition
AbstractStreamReader.NotifyObject(FutureImpl<Integer> future, CompletionHandler<Integer> completionHandler, Condition<StreamReader> condition)
           
 

Uses of Condition in org.glassfish.grizzly.util
 

Classes in org.glassfish.grizzly.util that implement Condition
 class MinBufferSizeCondition
           
 

Methods in org.glassfish.grizzly.util with parameters of type Condition
 ConditionListener StateHolder.notifyWhenConditionMatchState(Condition<E> condition, Object notificationObject)
          Register listener, which will be notified, when state will match the condition.
 

Uses of Condition in org.glassfish.grizzly.util.conditions
 

Classes in org.glassfish.grizzly.util.conditions that implement Condition
 class EqualCondition<E>
           
 class NotEqualCondition<E>
           
 class PatternCondition<E>
           
 

Fields in org.glassfish.grizzly.util.conditions declared as Condition
protected  Condition<K> ConditionListener.condition
           
 

Methods in org.glassfish.grizzly.util.conditions that return Condition
 Condition<K> ConditionListener.getCondition()
           
 

Methods in org.glassfish.grizzly.util.conditions with parameters of type Condition
 void ConditionListener.set(Condition<K> condition, L notificationObject)
           
 void ConditionListener.setCondition(Condition<K> condition)
           
 

Constructors in org.glassfish.grizzly.util.conditions with parameters of type Condition
ConditionListener(Condition<K> condition, L notificationObject)
           
DefaultConditionListener(Condition<E> condition, Object notificationObject)
           
OneTimeConditionListener(Condition<E> condition, Object notificationObject)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.