|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatchSource | |
---|---|
org.fusesource.hawtdispatch | HawtDispatch HawtDispatch is an abstract model for expressing concurrency via simple but powerful API. |
org.fusesource.hawtdispatch.transport |
Uses of DispatchSource in org.fusesource.hawtdispatch |
---|
Subinterfaces of DispatchSource in org.fusesource.hawtdispatch | |
---|---|
interface |
CustomDispatchSource<Event,MergedEvent>
A dispatch source that is used to coalesce multiple application generated events for later processing by the dispatch source event handler. |
Methods in org.fusesource.hawtdispatch that return DispatchSource | |
---|---|
DispatchSource |
Dispatcher.createSource(SelectableChannel channel,
int interestOps,
DispatchQueue queue)
Creates a new DispatchSource to monitor SelectableChannel objects and
automatically submit a handler runnable to a dispatch queue in response to events. |
static DispatchSource |
Dispatch.createSource(SelectableChannel channel,
int interestOps,
DispatchQueue queue)
Creates a new DispatchSource to monitor SelectableChannel objects and
automatically submit a handler runnable to a dispatch queue in response to events. |
Uses of DispatchSource in org.fusesource.hawtdispatch.transport |
---|
Fields in org.fusesource.hawtdispatch.transport declared as DispatchSource | |
---|---|
protected DispatchSource |
TcpTransportServer.acceptSource
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |