mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8200257: (se) More Selector cleanup
Reviewed-by: bpb
This commit is contained in:
parent
8a1bee438c
commit
34c94079ed
20 changed files with 457 additions and 548 deletions
|
@ -61,7 +61,10 @@ public interface SelChImpl extends Channel {
|
|||
*/
|
||||
boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk);
|
||||
|
||||
void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
|
||||
/**
|
||||
* Translates an interest operation set into a native event set
|
||||
*/
|
||||
int translateInterestOps(int ops);
|
||||
|
||||
void kill() throws IOException;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue