Package io.netty.channel.local
Class LocalIoOps
- java.lang.Object
-
- io.netty.channel.local.LocalIoOps
-
- All Implemented Interfaces:
IoOps
public final class LocalIoOps extends java.lang.Object implements IoOps
IoOps
implementation that can be used withLocalIoHandler
.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalIoOps
DEFAULT
Default instance to use.
-
-
-
Field Detail
-
DEFAULT
public static final LocalIoOps DEFAULT
Default instance to use.
-
-