netty5/transport/src/main/java/io/netty/channel/local
Trustin Lee d298707198 [#502] Split EventLoop/EventExecutor into parent and children
- Add EventExecutorGroup and EventLoopGroup
- EventExecutor and EventLoop extends EventExecutorGroup and
  EventLoopGroup
  - They form their own group so that .next() returns itself.
- Rename Bootstrap.eventLoop() to group()
- Rename parameter names such as executor to group
- Rename *EventLoop/Executor to *EventLoop/ExecutorGroup
- Rename *ChildEventLoop/Executor to *EventLoop/Executor
2012-08-10 20:17:18 +09:00
..
LocalAddress.java Revert file mode 2012-07-07 14:39:35 +09:00
LocalChannel.java Add support to suspend reads. See #71 2012-07-27 20:02:47 +02:00
LocalChannelRegistry.java Revert file mode 2012-07-07 14:39:35 +09:00
LocalEventLoop.java [#502] Split EventLoop/EventExecutor into parent and children 2012-08-10 20:17:18 +09:00
LocalEventLoopGroup.java [#502] Split EventLoop/EventExecutor into parent and children 2012-08-10 20:17:18 +09:00
LocalServerChannel.java Rename class 2012-07-30 15:07:12 +02:00
package-info.java Revert file mode 2012-07-07 14:39:35 +09:00