Package io.netty5.channel.unix.tests
Class SocketTest<T extends io.netty5.channel.unix.Socket>
- java.lang.Object
-
- io.netty5.channel.unix.tests.SocketTest<T>
-
public abstract class SocketTest<T extends io.netty5.channel.unix.Socket> extends Object
-
-
Constructor Summary
Constructors Constructor Description SocketTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract TnewSocket()voidsetup()voidtearDown()voidtestDoubleCloseDoesNotThrow()voidtestKeepAlive()voidtestReceivedBufferSize()voidtestSendBufferSize()voidtestSoLinger()voidtestTcpNoDelay()voidtestTrafficClass()
-
-
-
Field Detail
-
socket
protected T extends io.netty5.channel.unix.Socket socket
-
-
Method Detail
-
newSocket
protected abstract T newSocket()
-
setup
@BeforeEach public void setup()
-
tearDown
@AfterEach public void tearDown() throws IOException- Throws:
IOException
-
testReceivedBufferSize
@Test public void testReceivedBufferSize() throws Exception- Throws:
Exception
-
testDoubleCloseDoesNotThrow
@Test public void testDoubleCloseDoesNotThrow() throws IOException- Throws:
IOException
-
testTrafficClass
@Test public void testTrafficClass() throws IOException- Throws:
IOException
-
-