netty5/transport-sctp/src/main/java/io/netty/channel/sctp
Norman Maurer c4dbbe39c9
Add executor() to ChannelOutboundInvoker and let it replace eventLoop() (#11617)
Motivation:

We should just add `executor()` to the `ChannelOutboundInvoker` interface and override this method in `Channel` to return `EventLoop`.

Modifications:

- Add `executor()` method to `ChannelOutboundInvoker`
- Let `Channel` override this method and return `EventLoop`.
- Adjust all usages of `eventLoop()`
- Add some default implementations

Result:

API cleanup
2021-08-25 18:31:24 +02:00
..
nio Add executor() to ChannelOutboundInvoker and let it replace eventLoop() (#11617) 2021-08-25 18:31:24 +02:00
DefaultSctpChannelConfig.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
DefaultSctpServerChannelConfig.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
package-info.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
SctpChannel.java Clean up Future/Promises API (#11575) 2021-08-20 09:55:16 +02:00
SctpChannelConfig.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
SctpChannelOption.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
SctpMessage.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
SctpNotificationHandler.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
SctpServerChannel.java Clean up Future/Promises API (#11575) 2021-08-20 09:55:16 +02:00
SctpServerChannelConfig.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00