| Package | Description |
|---|---|
| org.fusesource.hawtdispatch |
HawtDispatch
|
| org.fusesource.hawtdispatch.internal | |
| org.fusesource.hawtdispatch.transport |
| Modifier and Type | Field and Description |
|---|---|
(package private) CustomDispatchSource<java.lang.Runnable,java.util.LinkedList<java.lang.Runnable>> |
AggregatingExecutor.source |
| Modifier and Type | Method and Description |
|---|---|
static <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. |
<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. |
| Modifier and Type | Class and Description |
|---|---|
class |
HawtCustomDispatchSource<Event,MergedEvent> |
| Modifier and Type | Method and Description |
|---|---|
<Event,MergedEvent> |
HawtDispatcher.createSource(EventAggregator<Event,MergedEvent> aggregator,
DispatchQueue queue) |
| Modifier and Type | Field and Description |
|---|---|
private CustomDispatchSource<PipeTransport,java.util.LinkedList<PipeTransport>> |
PipeTransportServer.acceptSource |
private CustomDispatchSource<java.lang.Object,java.util.LinkedList<java.lang.Object>> |
PipeTransport.dispatchSource |
protected CustomDispatchSource<java.lang.Integer,java.lang.Integer> |
UdpTransport.drainOutboundSource |
protected CustomDispatchSource<java.lang.Integer,java.lang.Integer> |
TcpTransport.drainOutboundSource |
protected CustomDispatchSource<java.lang.Integer,java.lang.Integer> |
UdpTransport.yieldSource |
protected CustomDispatchSource<java.lang.Integer,java.lang.Integer> |
TcpTransport.yieldSource |