public enum SelectInterest
Select interest kind
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectInterest.Companion |
| Modifier and Type | Field and Description |
|---|---|
static SelectInterest.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlag()
to be set in NIO selector
|
public static SelectInterest READ
public static SelectInterest WRITE
public static SelectInterest ACCEPT
public static SelectInterest CONNECT
public static SelectInterest.Companion Companion