public final class RoundRobinConnectionDistributor extends AbstractNIOConnectionDistributor
transport| Constructor and Description |
|---|
RoundRobinConnectionDistributor(NIOTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerChannel(SelectableChannel channel,
int interestOps,
Object attachment) |
void |
registerChannelAsync(SelectableChannel channel,
int interestOps,
Object attachment,
CompletionHandler<RegisterChannelResult> completionHandler) |
getTransportSelectorRunners, registerChannel, registerChannel, registerChannelAsync, registerChannelAsync, registerChannelAsyncpublic RoundRobinConnectionDistributor(NIOTransport transport)
public void registerChannel(SelectableChannel channel, int interestOps, Object attachment) throws IOException
IOExceptionpublic void registerChannelAsync(SelectableChannel channel, int interestOps, Object attachment, CompletionHandler<RegisterChannelResult> completionHandler)
Copyright © 2013 Oracle Corporation. All Rights Reserved.