public class SocketConnectTest extends AbstractSocketTest
AbstractComboTestsuiteTest.Runner<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>>cb, logger, sb| Constructor and Description |
|---|
SocketConnectTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
enableTcpFastOpen(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testChannelEventsFiredWhenClosedDirectly(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testChannelEventsFiredWhenClosedDirectly(org.junit.jupiter.api.TestInfo testInfo) |
void |
testLocalAddressAfterConnect(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testLocalAddressAfterConnect(org.junit.jupiter.api.TestInfo testInfo) |
void |
testWriteWithFastOpenBeforeConnect(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testWriteWithFastOpenBeforeConnect(org.junit.jupiter.api.TestInfo testInfo) |
configure, newFactories, newSocketAddressnewAllocators, run@Test
@Timeout(value=30000L,
unit=MILLISECONDS)
public void testLocalAddressAfterConnect(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testLocalAddressAfterConnect(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
@Timeout(value=3000L,
unit=MILLISECONDS)
public void testChannelEventsFiredWhenClosedDirectly(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testChannelEventsFiredWhenClosedDirectly(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
@Timeout(value=3000L,
unit=MILLISECONDS)
public void testWriteWithFastOpenBeforeConnect(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testWriteWithFastOpenBeforeConnect(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwableprotected void enableTcpFastOpen(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
Copyright © 2008–2025 The Netty Project. All rights reserved.