Class DetectPeerCloseWithoutReadTest


  • public abstract class DetectPeerCloseWithoutReadTest
    extends Object
    • Constructor Detail

      • DetectPeerCloseWithoutReadTest

        public DetectPeerCloseWithoutReadTest()
    • Method Detail

      • newGroup

        protected abstract io.netty5.channel.EventLoopGroup newGroup()
      • serverChannel

        protected abstract Class<? extends io.netty5.channel.ServerChannel> serverChannel()
      • clientChannel

        protected abstract Class<? extends io.netty5.channel.Channel> clientChannel()
      • clientCloseWithoutServerReadIsDetectedNoExtraReadRequested

        @Test
        @Timeout(value=10000L,
                 unit=MILLISECONDS)
        public void clientCloseWithoutServerReadIsDetectedNoExtraReadRequested()
                                                                        throws Exception
        Throws:
        Exception
      • clientCloseWithoutServerReadIsDetectedExtraReadRequested

        @Test
        @Timeout(value=10000L,
                 unit=MILLISECONDS)
        public void clientCloseWithoutServerReadIsDetectedExtraReadRequested()
                                                                      throws Exception
        Throws:
        Exception
      • serverCloseWithoutClientReadIsDetectedNoExtraReadRequested

        @Test
        @Timeout(value=10000L,
                 unit=MILLISECONDS)
        public void serverCloseWithoutClientReadIsDetectedNoExtraReadRequested()
                                                                        throws Exception
        Throws:
        Exception
      • serverCloseWithoutClientReadIsDetectedExtraReadRequested

        @Test
        @Timeout(value=10000L,
                 unit=MILLISECONDS)
        public void serverCloseWithoutClientReadIsDetectedExtraReadRequested()
                                                                      throws Exception
        Throws:
        Exception