Package | Description |
---|---|
io.netty.channel.udt |
UDT Transport.
|
io.netty.example.udt.echo.message |
Examples show how to use UDT Message Flows.
|
io.netty.example.udt.echo.rendezvous |
Examples show how to use UDT Message Rendezvous.
|
Modifier and Type | Method and Description |
---|---|
UdtMessage |
UdtMessage.copy() |
UdtMessage |
UdtMessage.duplicate() |
UdtMessage |
UdtMessage.replace(ByteBuf content) |
UdtMessage |
UdtMessage.retain() |
UdtMessage |
UdtMessage.retain(int increment) |
UdtMessage |
UdtMessage.retainedDuplicate() |
UdtMessage |
UdtMessage.touch() |
UdtMessage |
UdtMessage.touch(Object hint) |
Modifier and Type | Method and Description |
---|---|
void |
MsgEchoClientHandler.channelRead0(ChannelHandlerContext ctx,
UdtMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
MsgEchoPeerHandler.channelRead0(ChannelHandlerContext ctx,
UdtMessage message) |
Copyright © 2008–2016 The Netty Project. All rights reserved.