public abstract class AbstractSingleThreadEventLoopTest extends Object
| Constructor and Description |
|---|
AbstractSingleThreadEventLoopTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
gracefulShutdownAfterStart() |
protected abstract io.netty.channel.Channel |
newChannel() |
protected abstract io.netty.channel.EventLoopGroup |
newEventLoopGroup() |
protected abstract Class<? extends io.netty.channel.ServerChannel> |
serverChannelClass() |
void |
shutdownBeforeStart() |
void |
shutdownGracefullyBeforeStart() |
void |
shutdownGracefullyZeroQuietBeforeStart() |
void |
testChannelsRegistered() |
void |
testShutdownGracefullyNoQuietPeriod() |
public void shutdownGracefullyZeroQuietBeforeStart()
throws Exception
Exceptionpublic void testShutdownGracefullyNoQuietPeriod()
throws Exception
Exceptionpublic void shutdownGracefullyBeforeStart()
throws Exception
Exceptionpublic void gracefulShutdownAfterStart()
throws Exception
Exceptionprotected abstract io.netty.channel.EventLoopGroup newEventLoopGroup()
protected abstract io.netty.channel.Channel newChannel()
protected abstract Class<? extends io.netty.channel.ServerChannel> serverChannelClass()
Copyright © 2008–2020 The Netty Project. All rights reserved.