Uses of Interface
org.fusesource.hawtdispatch.CustomDispatchSource

Packages that use CustomDispatchSource
org.fusesource.hawtdispatch HawtDispatch HawtDispatch is an abstract model for expressing concurrency via simple but powerful API. 
org.fusesource.hawtdispatch.transport   
 

Uses of CustomDispatchSource in org.fusesource.hawtdispatch
 

Methods in org.fusesource.hawtdispatch that return CustomDispatchSource
<Event,MergedEvent>
CustomDispatchSource<Event,MergedEvent>
Dispatcher.createSource(EventAggregator<Event,MergedEvent> aggregator, DispatchQueue queue)
           Creates a new CustomDispatchSource to monitor events merged into the dispatch source and automatically submit a handler runnable to a dispatch queue in response to the events.
static
<Event,MergedEvent>
CustomDispatchSource<Event,MergedEvent>
Dispatch.createSource(EventAggregator<Event,MergedEvent> aggregator, DispatchQueue queue)
           Creates a new CustomDispatchSource to monitor events merged into the dispatch source and automatically submit a handler runnable to a dispatch queue in response to the events.
 

Uses of CustomDispatchSource in org.fusesource.hawtdispatch.transport
 

Fields in org.fusesource.hawtdispatch.transport declared as CustomDispatchSource
protected  CustomDispatchSource<Integer,Integer> UdpTransport.drainOutboundSource
           
protected  CustomDispatchSource<Integer,Integer> TcpTransport.drainOutboundSource
           
protected  CustomDispatchSource<Integer,Integer> UdpTransport.yieldSource
           
protected  CustomDispatchSource<Integer,Integer> TcpTransport.yieldSource
           
 



Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.