public abstract class DetectPeerCloseWithoutReadTest
extends java.lang.Object
| 构造器和说明 |
|---|
DetectPeerCloseWithoutReadTest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract java.lang.Class<? extends Channel> |
clientChannel() |
void |
clientCloseWithoutServerReadIsDetectedExtraReadRequested() |
void |
clientCloseWithoutServerReadIsDetectedNoExtraReadRequested() |
protected abstract EventLoopGroup |
newGroup() |
protected abstract java.lang.Class<? extends ServerChannel> |
serverChannel() |
void |
serverCloseWithoutClientReadIsDetectedExtraReadRequested() |
void |
serverCloseWithoutClientReadIsDetectedNoExtraReadRequested() |
protected abstract EventLoopGroup newGroup()
protected abstract java.lang.Class<? extends ServerChannel> serverChannel()
protected abstract java.lang.Class<? extends Channel> clientChannel()
public void clientCloseWithoutServerReadIsDetectedNoExtraReadRequested()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void clientCloseWithoutServerReadIsDetectedExtraReadRequested()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void serverCloseWithoutClientReadIsDetectedNoExtraReadRequested()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void serverCloseWithoutClientReadIsDetectedExtraReadRequested()
throws java.lang.InterruptedException
java.lang.InterruptedException