|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |