| Package | Description |
|---|---|
| io.netty.testsuite.transport.socket |
Test suite classes for socket
|
| Modifier and Type | Method and Description |
|---|---|
static DatagramUnicastTest.WrapType |
DatagramUnicastTest.WrapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatagramUnicastTest.WrapType[] |
DatagramUnicastTest.WrapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract io.netty.channel.ChannelFuture |
DatagramUnicastTest.write(io.netty.channel.Channel cc,
io.netty.buffer.ByteBuf buf,
SocketAddress remote,
DatagramUnicastTest.WrapType wrapType) |
protected io.netty.channel.ChannelFuture |
DatagramUnicastInetTest.write(io.netty.channel.Channel cc,
io.netty.buffer.ByteBuf buf,
SocketAddress remote,
DatagramUnicastTest.WrapType wrapType) |
Copyright © 2008–2025 The Netty Project. All rights reserved.