Package io.netty5.channel.unix.tests
Class DetectPeerCloseWithoutReadTest
- java.lang.Object
-
- io.netty5.channel.unix.tests.DetectPeerCloseWithoutReadTest
-
public abstract class DetectPeerCloseWithoutReadTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DetectPeerCloseWithoutReadTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Class<? extends io.netty5.channel.Channel>clientChannel()voidclientCloseWithoutServerReadIsDetectedExtraReadRequested()voidclientCloseWithoutServerReadIsDetectedNoExtraReadRequested()protected abstract io.netty5.channel.EventLoopGroupnewGroup()protected abstract Class<? extends io.netty5.channel.ServerChannel>serverChannel()voidserverCloseWithoutClientReadIsDetectedExtraReadRequested()voidserverCloseWithoutClientReadIsDetectedNoExtraReadRequested()
-
-
-
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
-
-