public abstract class AbstractSingleThreadEventLoopTest
extends java.lang.Object
构造器和说明 |
---|
AbstractSingleThreadEventLoopTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
gracefulShutdownAfterStart() |
protected abstract Channel |
newChannel() |
protected abstract EventLoopGroup |
newEventLoopGroup() |
protected abstract java.lang.Class<? extends ServerChannel> |
serverChannelClass() |
void |
shutdownBeforeStart() |
void |
shutdownGracefullyBeforeStart() |
void |
shutdownGracefullyZeroQuietBeforeStart() |
protected boolean |
supportsChannelIteration() |
void |
testChannelsIterator() |
void |
testChannelsIteratorEmpty() |
void |
testChannelsIteratorRemoveThrows() |
void |
testChannelsRegistered() |
void |
testShutdownGracefullyNoQuietPeriod() |
public void testChannelsRegistered() throws java.lang.Exception
java.lang.Exception
public void shutdownBeforeStart() throws java.lang.Exception
java.lang.Exception
public void shutdownGracefullyZeroQuietBeforeStart() throws java.lang.Exception
java.lang.Exception
public void testShutdownGracefullyNoQuietPeriod() throws java.lang.Exception
java.lang.Exception
public void shutdownGracefullyBeforeStart() throws java.lang.Exception
java.lang.Exception
public void gracefulShutdownAfterStart() throws java.lang.Exception
java.lang.Exception
public void testChannelsIteratorEmpty() throws java.lang.Exception
java.lang.Exception
public void testChannelsIterator() throws java.lang.Exception
java.lang.Exception
public void testChannelsIteratorRemoveThrows() throws java.lang.Exception
java.lang.Exception
protected boolean supportsChannelIteration()
protected abstract EventLoopGroup newEventLoopGroup()
protected abstract Channel newChannel()
protected abstract java.lang.Class<? extends ServerChannel> serverChannelClass()