|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NIOChannelDistributor
| Method Summary | |
|---|---|
void |
registerChannel(SelectableChannel channel)
|
void |
registerChannel(SelectableChannel channel,
int interestOps)
|
void |
registerChannel(SelectableChannel channel,
int interestOps,
Object attachment)
|
Future<RegisterChannelResult> |
registerChannelAsync(SelectableChannel channel)
|
Future<RegisterChannelResult> |
registerChannelAsync(SelectableChannel channel,
int interestOps)
|
Future<RegisterChannelResult> |
registerChannelAsync(SelectableChannel channel,
int interestOps,
Object attachment)
|
Future<RegisterChannelResult> |
registerChannelAsync(SelectableChannel channel,
int interestOps,
Object attachment,
CompletionHandler completionHandler)
|
| Method Detail |
|---|
void registerChannel(SelectableChannel channel)
throws IOException
IOException
void registerChannel(SelectableChannel channel,
int interestOps)
throws IOException
IOException
void registerChannel(SelectableChannel channel,
int interestOps,
Object attachment)
throws IOException
IOException
Future<RegisterChannelResult> registerChannelAsync(SelectableChannel channel)
throws IOException
IOException
Future<RegisterChannelResult> registerChannelAsync(SelectableChannel channel,
int interestOps)
throws IOException
IOException
Future<RegisterChannelResult> registerChannelAsync(SelectableChannel channel,
int interestOps,
Object attachment)
throws IOException
IOException
Future<RegisterChannelResult> registerChannelAsync(SelectableChannel channel,
int interestOps,
Object attachment,
CompletionHandler completionHandler)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||