-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
The last construction method of http2serverupgradecodec should also be set to public #15483
Copy link
Copy link
Closed
Description
netty/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2ServerUpgradeCodec.java
Lines 108 to 116 in a9234c3
| private Http2ServerUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler, | |
| ChannelHandler... handlers) { | |
| this.handlerName = handlerName; | |
| this.connectionHandler = connectionHandler; | |
| this.handlers = handlers; | |
| frameReader = new DefaultHttp2FrameReader(); | |
| } | |
The last construction method of Http2ServerUpgradeCodec should also be set to public
I want to set an implementation of Http2ConnectionHandler in the pipeline, and other processing handlers, but it is not a subclass of Http2FrameCodec, such as HttpToHttp2ConnectionHandler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels