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
IoOpsimplementation that can be used withLocalIoHandler.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalIoOpsDEFAULTDefault instance to use.
-
-
-
Field Detail
-
DEFAULT
public static final LocalIoOps DEFAULT
Default instance to use.
-
-