| Package | Description |
|---|---|
| org.reaktivity.nukleus.tcp.internal.poller |
| Modifier and Type | Method | Description |
|---|---|---|
PollerKey |
Poller.doRegister(java.nio.channels.SelectableChannel channel,
int interestOps,
java.util.function.ToIntFunction<PollerKey> handler) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.stream.Stream<PollerKey> |
Poller.keys() |
| Modifier and Type | Method | Description |
|---|---|---|
PollerKey |
Poller.doRegister(java.nio.channels.SelectableChannel channel,
int interestOps,
java.util.function.ToIntFunction<PollerKey> handler) |
|
void |
PollerKey.handler(int handlerOps,
java.util.function.ToIntFunction<PollerKey> handler) |
Copyright © 2019. All rights reserved.