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
InterruptedException
public void clientCloseWithoutServerReadIsDetectedExtraReadRequested() throws InterruptedException
InterruptedException
public void serverCloseWithoutClientReadIsDetectedNoExtraReadRequested() throws InterruptedException
InterruptedException
public void serverCloseWithoutClientReadIsDetectedExtraReadRequested() throws InterruptedException
InterruptedException
Copyright © 2008–2019 The Netty Project. All rights reserved.