public class DatagramUnicastTest extends AbstractDatagramTest
cb, logger, sb, testName| Constructor and Description |
|---|
DatagramUnicastTest() |
| Modifier and Type | Method and Description |
|---|---|
protected InetSocketAddress |
sendToAddress(InetSocketAddress serverAddress) |
void |
testSimpleSendCompositeDirectByteBuf() |
void |
testSimpleSendCompositeDirectByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleSendCompositeHeapByteBuf() |
void |
testSimpleSendCompositeHeapByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleSendCompositeMixedByteBuf() |
void |
testSimpleSendCompositeMixedByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleSendDirectByteBuf() |
void |
testSimpleSendDirectByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleSendHeapByteBuf() |
void |
testSimpleSendHeapByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleSendWithConnect() |
void |
testSimpleSendWithConnect(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleSendWithoutBind() |
void |
testSimpleSendWithoutBind(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
configure, internetProtocolFamily, newFactories, newSocketAddressnewAllocators, runpublic void testSimpleSendDirectByteBuf()
throws Throwable
Throwablepublic void testSimpleSendDirectByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleSendHeapByteBuf()
throws Throwable
Throwablepublic void testSimpleSendHeapByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleSendCompositeDirectByteBuf()
throws Throwable
Throwablepublic void testSimpleSendCompositeDirectByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleSendCompositeHeapByteBuf()
throws Throwable
Throwablepublic void testSimpleSendCompositeHeapByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleSendCompositeMixedByteBuf()
throws Throwable
Throwablepublic void testSimpleSendCompositeMixedByteBuf(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleSendWithoutBind()
throws Throwable
Throwablepublic void testSimpleSendWithoutBind(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleSendWithConnect()
throws Throwable
Throwablepublic void testSimpleSendWithConnect(io.netty.bootstrap.Bootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwableprotected InetSocketAddress sendToAddress(InetSocketAddress serverAddress)
Copyright © 2008–2020 The Netty Project. All rights reserved.