| Package | Description |
|---|---|
| org.fusesource.hawtdispatch |
HawtDispatch
|
| org.fusesource.hawtdispatch.internal | |
| 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(java.nio.channels.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(java.nio.channels.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 | Class and Description |
|---|---|
class |
HawtCustomDispatchSource<Event,MergedEvent> |
class |
NioDispatchSource
Implements the DispatchSource interface.
|
| Modifier and Type | Method and Description |
|---|---|
DispatchSource |
HawtDispatcher.createSource(java.nio.channels.SelectableChannel channel,
int interestOps,
DispatchQueue queue) |
| Modifier and Type | Field and Description |
|---|---|
protected DispatchSource |
TcpTransportServer.acceptSource |
private DispatchSource |
UdpTransport.readSource |
private DispatchSource |
TcpTransport.readSource |
private DispatchSource |
UdpTransport.writeSource |
private DispatchSource |
TcpTransport.writeSource |