public class DatagramUnicastTest extends AbstractDatagramTest
cb, logger, sb, testName
Constructor and Description |
---|
DatagramUnicastTest() |
Modifier and Type | Method and Description |
---|---|
void |
testSimpleSendCompositeDirectByteBuf() |
void |
testSimpleSendCompositeDirectByteBuf(Bootstrap sb,
Bootstrap cb) |
void |
testSimpleSendCompositeHeapByteBuf() |
void |
testSimpleSendCompositeHeapByteBuf(Bootstrap sb,
Bootstrap cb) |
void |
testSimpleSendCompositeMixedByteBuf() |
void |
testSimpleSendCompositeMixedByteBuf(Bootstrap sb,
Bootstrap cb) |
void |
testSimpleSendDirectByteBuf() |
void |
testSimpleSendDirectByteBuf(Bootstrap sb,
Bootstrap cb) |
void |
testSimpleSendHeapByteBuf() |
void |
testSimpleSendHeapByteBuf(Bootstrap sb,
Bootstrap cb) |
void |
testSimpleSendWithConnect() |
void |
testSimpleSendWithConnect(Bootstrap sb,
Bootstrap cb) |
void |
testSimpleSendWithoutBind() |
void |
testSimpleSendWithoutBind(Bootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public void testSimpleSendDirectByteBuf() throws Throwable
Throwable
public void testSimpleSendDirectByteBuf(Bootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleSendHeapByteBuf() throws Throwable
Throwable
public void testSimpleSendHeapByteBuf(Bootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleSendCompositeDirectByteBuf() throws Throwable
Throwable
public void testSimpleSendCompositeDirectByteBuf(Bootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleSendCompositeHeapByteBuf() throws Throwable
Throwable
public void testSimpleSendCompositeHeapByteBuf(Bootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleSendCompositeMixedByteBuf() throws Throwable
Throwable
public void testSimpleSendCompositeMixedByteBuf(Bootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleSendWithoutBind() throws Throwable
Throwable
public void testSimpleSendWithoutBind(Bootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleSendWithConnect() throws Throwable
Throwable
Copyright © 2008–2018 The Netty Project. All rights reserved.