Package | Description |
---|---|
org.fusesource.hawtdispatch |
HawtDispatch
HawtDispatch is an abstract model for expressing concurrency via simple but
powerful API.
|
org.fusesource.hawtdispatch.transport |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
Modifier and Type | Field and Description |
---|---|
protected DispatchSource |
TcpTransportServer.acceptSource |
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.