public class DatagramUnicastInetTest extends DatagramUnicastTest
DatagramUnicastTest.WrapTypeAbstractComboTestsuiteTest.Runner<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>>cb, logger, sb| Constructor and Description |
|---|
DatagramUnicastInetTest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isConnected(io.netty.channel.Channel channel) |
protected io.netty.channel.Channel |
setupClientChannel(io.netty.bootstrap.Bootstrap cb,
byte[] bytes,
CountDownLatch latch,
AtomicReference<Throwable> errorRef) |
protected io.netty.channel.Channel |
setupServerChannel(io.netty.bootstrap.Bootstrap sb,
byte[] bytes,
SocketAddress sender,
CountDownLatch latch,
AtomicReference<Throwable> errorRef,
boolean echo) |
protected boolean |
supportDisconnect() |
void |
testBindWithPortOnly(org.junit.jupiter.api.TestInfo testInfo) |
protected io.netty.channel.ChannelFuture |
write(io.netty.channel.Channel cc,
io.netty.buffer.ByteBuf buf,
SocketAddress remote,
DatagramUnicastTest.WrapType wrapType) |
closeChannel, disconnectMightFail, sendToAddress, testReceiveEmptyDatagrams, testReceiveEmptyDatagrams, testSendToUnresolvableAddress, testSendToUnresolvableAddress, testSimpleSendCompositeDirectByteBuf, testSimpleSendCompositeDirectByteBuf, testSimpleSendCompositeHeapByteBuf, testSimpleSendCompositeHeapByteBuf, testSimpleSendCompositeMixedByteBuf, testSimpleSendCompositeMixedByteBuf, testSimpleSendDirectByteBuf, testSimpleSendDirectByteBuf, testSimpleSendHeapByteBuf, testSimpleSendHeapByteBuf, testSimpleSendWithConnect, testSimpleSendWithConnect, testSimpleSendWithoutBind, testSimpleSendWithoutBindconfigure, groupInternetProtocalFamily, internetProtocolFamily, newFactories, newSocketAddress, socketInternetProtocalFamilynewAllocators, run@Test
public void testBindWithPortOnly(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwableprotected boolean isConnected(io.netty.channel.Channel channel)
isConnected in class DatagramUnicastTestprotected io.netty.channel.Channel setupClientChannel(io.netty.bootstrap.Bootstrap cb,
byte[] bytes,
CountDownLatch latch,
AtomicReference<Throwable> errorRef)
throws Throwable
setupClientChannel in class DatagramUnicastTestThrowableprotected io.netty.channel.Channel setupServerChannel(io.netty.bootstrap.Bootstrap sb,
byte[] bytes,
SocketAddress sender,
CountDownLatch latch,
AtomicReference<Throwable> errorRef,
boolean echo)
throws Throwable
setupServerChannel in class DatagramUnicastTestThrowableprotected boolean supportDisconnect()
supportDisconnect in class DatagramUnicastTestprotected io.netty.channel.ChannelFuture write(io.netty.channel.Channel cc,
io.netty.buffer.ByteBuf buf,
SocketAddress remote,
DatagramUnicastTest.WrapType wrapType)
write in class DatagramUnicastTestCopyright © 2008–2025 The Netty Project. All rights reserved.