netty5/testsuite-http2/src/main/java/io/netty/testsuite/http2
Norman Maurer d7580b526a
Remove public API's that take Promise (#11625)
Motivation:

We did recently change the Channel / ChannelHandler API to always act on the Future only. We should do the same for our handlers.

Modifications:

- Adjust http2 API
- Adjust other handlers API

Result:

Easier to use API and more consistent
2021-08-30 13:15:14 +02:00
..
HelloWorldHttp1Handler.java Clean up Future/Promises API (#11575) 2021-08-20 09:55:16 +02:00
HelloWorldHttp2Handler.java Remove public API's that take Promise (#11625) 2021-08-30 13:15:14 +02:00
HelloWorldHttp2HandlerBuilder.java Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00
Http2Server.java All *Bootstrap methods that used to return ChannelFuture now return Future<Channel> (#11517) 2021-08-03 19:43:38 +02:00
Http2ServerInitializer.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