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 |
clientCloseWithoutServerReadIsDetected() |
protected abstract io.netty.channel.EventLoopGroup |
newGroup() |
protected abstract Class<? extends io.netty.channel.ServerChannel> |
serverChannel() |
void |
serverCloseWithoutClientReadIsDetected() |
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 clientCloseWithoutServerReadIsDetected()
throws InterruptedException
InterruptedExceptionpublic void serverCloseWithoutClientReadIsDetected()
throws InterruptedException
InterruptedExceptionCopyright © 2008–2018 The Netty Project. All rights reserved.