public abstract class DetectPeerCloseWithoutReadTest extends Object
Constructor and Description |
---|
DetectPeerCloseWithoutReadTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract Class<? extends Channel> |
clientChannel() |
void |
clientCloseWithoutServerReadIsDetected() |
protected abstract EventLoopGroup |
newGroup() |
protected abstract Class<? extends ServerChannel> |
serverChannel() |
void |
serverCloseWithoutClientReadIsDetected() |
protected abstract EventLoopGroup newGroup()
protected abstract Class<? extends ServerChannel> serverChannel()
public void clientCloseWithoutServerReadIsDetected() throws InterruptedException
InterruptedException
public void serverCloseWithoutClientReadIsDetected() throws InterruptedException
InterruptedException
Copyright © 2008–2018 The Netty Project. All rights reserved.