Class SocketTest<T extends io.netty5.channel.unix.Socket>


  • public abstract class SocketTest<T extends io.netty5.channel.unix.Socket>
    extends Object
    • Field Detail

      • socket

        protected T extends io.netty5.channel.unix.Socket socket
    • Constructor Detail

      • SocketTest

        public SocketTest()
    • Method Detail

      • newSocket

        protected abstract T newSocket()
      • setup

        @BeforeEach
        public void setup()
      • testReceivedBufferSize

        @Test
        public void testReceivedBufferSize()
                                    throws Exception
        Throws:
        Exception
      • testSendBufferSize

        @Test
        public void testSendBufferSize()
                                throws Exception
        Throws:
        Exception
      • testDoubleCloseDoesNotThrow

        @Test
        public void testDoubleCloseDoesNotThrow()
                                         throws IOException
        Throws:
        IOException