A B C D F G I J K L M N P R S T U 

A

apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 

B

BYTE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Byte Acceptor.
BYTE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Byte Connector.
BYTE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
SelectorProvider for UDT Byte channels.
BYTE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Byte Rendezvous.

C

channelUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
Expose underlying ChannelUDT for debugging and monitoring.
config() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
config() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
config() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
config() - Method in interface io.netty.channel.udt.UdtChannel
Returns the UdtChannelConfig of the channel.
copy() - Method in class io.netty.channel.udt.UdtMessage
 

D

DefaultUdtChannelConfig - Class in io.netty.channel.udt
The default UdtChannelConfig implementation.
DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtChannelConfig
 
DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
The default UdtServerChannelConfig implementation.
DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
duplicate() - Method in class io.netty.channel.udt.UdtMessage
 

F

filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 

G

getBacklog() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
getBacklog() - Method in interface io.netty.channel.udt.UdtServerChannelConfig
Gets KindUDT.ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
getOptions() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getOptions() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
getProtocolReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getProtocolReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.Protocol_Receive_Buffer_Size
getProtocolSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getProtocolSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.Protocol_Send_Buffer_Size
getReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_RCVBUF option.
getSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_SNDBUF option.
getSoLinger() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSoLinger() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_LINGER option.
getSystemReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSystemReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.System_Receive_Buffer_Size
getSystemSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSystemSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.System_Send_Buffer_Size

I

io.netty.channel.udt - package io.netty.channel.udt
UDT Transport.
io.netty.channel.udt.nio - package io.netty.channel.udt.nio
UDT Transport for NIO Channels.
isActive() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
isReuseAddress() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_REUSEADDR option.

J

javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 

K

kind() - Method in class io.netty.channel.udt.nio.NioUdtProvider
UDT Channel Kind.

L

localAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
localAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
localAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
localAddress() - Method in interface io.netty.channel.udt.UdtChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
logger - Static variable in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 

M

MESSAGE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Message Acceptor.
MESSAGE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Message Connector.
MESSAGE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
SelectorProvider for UDT Message channels.
MESSAGE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Message Rendezvous.
metadata() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
metadata() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
metadata() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 

N

newChannel() - Method in class io.netty.channel.udt.nio.NioUdtProvider
Produce new UdtChannel based on factory kind() and type()
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
 
NioUdtAcceptorChannel - Class in io.netty.channel.udt.nio
Common base for Netty Byte/Message UDT Stream/Datagram acceptors.
NioUdtAcceptorChannel(ServerSocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
NioUdtAcceptorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
NioUdtByteAcceptorChannel - Class in io.netty.channel.udt.nio
Byte Channel Acceptor for UDT Streams.
NioUdtByteAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
 
NioUdtByteConnectorChannel - Class in io.netty.channel.udt.nio
Byte Channel Connector for UDT Streams.
NioUdtByteConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteRendezvousChannel - Class in io.netty.channel.udt.nio
Byte Channel Rendezvous for UDT Streams.
NioUdtByteRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteRendezvousChannel
 
NioUdtMessageAcceptorChannel - Class in io.netty.channel.udt.nio
Message Channel Acceptor for UDT Datagrams.
NioUdtMessageAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
 
NioUdtMessageConnectorChannel - Class in io.netty.channel.udt.nio
Message Connector for UDT Datagrams.
NioUdtMessageConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageRendezvousChannel - Class in io.netty.channel.udt.nio
Message Rendezvous for UDT Datagrams.
NioUdtMessageRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageRendezvousChannel
 
NioUdtProvider<T extends UdtChannel> - Class in io.netty.channel.udt.nio
UDT NIO components provider: Provides ChannelFactory for UDT channels.

P

PROTOCOL_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.Protocol_Receive_Buffer_Size.
PROTOCOL_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.Protocol_Send_Buffer_Size.

R

remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
remoteAddress() - Method in interface io.netty.channel.udt.UdtChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
retain() - Method in class io.netty.channel.udt.UdtMessage
 
retain(int) - Method in class io.netty.channel.udt.UdtMessage
 

S

setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
Sets KindUDT.ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.Protocol_Receive_Buffer_Size
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.Protocol_Send_Buffer_Size
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_REUSEADDR option.
setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_LINGER option.
setSoLinger(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.System_Receive_Buffer_Size
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.System_Send_Buffer_Size
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
socketUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
Expose underlying SocketUDT for debugging and monitoring.
SYSTEM_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.System_Receive_Buffer_Size.
SYSTEM_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.System_Send_Buffer_Size.

T

type() - Method in class io.netty.channel.udt.nio.NioUdtProvider
UDT Socket Type.

U

UdtChannel - Interface in io.netty.channel.udt
UDT Channel.
UdtChannelConfig - Interface in io.netty.channel.udt
A ChannelConfig for a UdtChannel.
UdtChannelOption<T> - Class in io.netty.channel.udt
Options for the UDT transport
UdtMessage - Class in io.netty.channel.udt
The message container that is used for TypeUDT.DATAGRAM messages.
UdtMessage(ByteBuf) - Constructor for class io.netty.channel.udt.UdtMessage
 
UdtServerChannel - Interface in io.netty.channel.udt
UDT ServerChannel.
UdtServerChannelConfig - Interface in io.netty.channel.udt
A ChannelConfig for a UdtServerChannel.
A B C D F G I J K L M N P R S T U 

Copyright © 2008–2017 The Netty Project. All rights reserved.