File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
reactor-netty-http/src/main/java/reactor/netty/http/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616package reactor .netty .http .client ;
1717
1818import io .netty .channel .Channel ;
19+ import io .netty .channel .ChannelDuplexHandler ;
1920import io .netty .channel .ChannelFuture ;
2021import io .netty .channel .ChannelFutureListener ;
2122import io .netty .channel .ChannelHandlerContext ;
2223import io .netty .channel .ChannelPromise ;
2324import io .netty .handler .codec .http2 .DefaultHttp2PingFrame ;
24- import io .netty .handler .codec .http2 .Http2ChannelDuplexHandler ;
2525import io .netty .handler .codec .http2 .Http2ConnectionEncoder ;
2626import reactor .util .Logger ;
2727import reactor .util .Loggers ;
5151 * @author raccoonback
5252 * @since 1.2.3
5353 */
54- public class Http2ConnectionLivenessHandler extends Http2ChannelDuplexHandler {
54+ public class Http2ConnectionLivenessHandler extends ChannelDuplexHandler {
5555
5656 private static final Logger log = Loggers .getLogger (Http2ConnectionLivenessHandler .class );
5757
You can’t perform that action at this time.
0 commit comments