public abstract class DetectPeerCloseWithoutReadTest extends Object
| Constructor and Description |
|---|
DetectPeerCloseWithoutReadTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends io.netty.channel.Channel> |
clientChannel() |
void |
clientCloseWithoutServerReadIsDetectedExtraReadRequested() |
void |
clientCloseWithoutServerReadIsDetectedNoExtraReadRequested() |
protected abstract io.netty.channel.EventLoopGroup |
newGroup() |
protected abstract Class<? extends io.netty.channel.ServerChannel> |
serverChannel() |
void |
serverCloseWithoutClientReadIsDetectedExtraReadRequested() |
void |
serverCloseWithoutClientReadIsDetectedNoExtraReadRequested() |
protected abstract io.netty.channel.EventLoopGroup newGroup()
protected abstract Class<? extends io.netty.channel.ServerChannel> serverChannel()
protected abstract Class<? extends io.netty.channel.Channel> clientChannel()
public void clientCloseWithoutServerReadIsDetectedNoExtraReadRequested()
throws InterruptedException
InterruptedExceptionpublic void clientCloseWithoutServerReadIsDetectedExtraReadRequested()
throws InterruptedException
InterruptedExceptionpublic void serverCloseWithoutClientReadIsDetectedNoExtraReadRequested()
throws InterruptedException
InterruptedExceptionpublic void serverCloseWithoutClientReadIsDetectedExtraReadRequested()
throws InterruptedException
InterruptedExceptionCopyright © 2008–2019 The Netty Project. All rights reserved.