public class SocketStartTlsTest extends AbstractSocketTest
addr
cb, sb, testName
Constructor and Description |
---|
SocketStartTlsTest(SslContext serverCtx,
SslContext clientCtx) |
Modifier and Type | Method and Description |
---|---|
static void |
createExecutor() |
static Collection<Object[]> |
data() |
static void |
shutdownExecutor() |
void |
testStartTls() |
void |
testStartTls(ServerBootstrap sb,
Bootstrap cb) |
void |
testStartTlsNotAutoRead() |
void |
testStartTlsNotAutoRead(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public SocketStartTlsTest(SslContext serverCtx, SslContext clientCtx)
public static Collection<Object[]> data() throws Exception
Exception
public static void createExecutor()
public void testStartTls(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testStartTlsNotAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2016 The Netty Project. All rights reserved.