Skip navigation links
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
Deprecated.
 
apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 

B

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

C

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

D

DefaultUdtChannelConfig - Class in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
duplicate() - Method in class io.netty.channel.udt.UdtMessage
Deprecated.
 

F

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

G

getBacklog() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 
getBacklog() - Method in interface io.netty.channel.udt.UdtServerChannelConfig
Deprecated.
Gets KindUDT.ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 
getOptions() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getOptions() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 
getProtocolReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getProtocolReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets OptionUDT.Protocol_Receive_Buffer_Size
getProtocolSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getProtocolSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets OptionUDT.Protocol_Send_Buffer_Size
getReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets the ChannelOption.SO_RCVBUF option.
getSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets the ChannelOption.SO_SNDBUF option.
getSoLinger() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getSoLinger() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets the ChannelOption.SO_LINGER option.
getSystemReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getSystemReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets OptionUDT.System_Receive_Buffer_Size
getSystemSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
getSystemSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
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
Deprecated.
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
isReuseAddress() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
isReuseAddress() - Method in interface io.netty.channel.udt.UdtChannelConfig
Deprecated.
Gets the ChannelOption.SO_REUSEADDR option.

J

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

K

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

L

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

M

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

N

newChannel() - Method in class io.netty.channel.udt.nio.NioUdtProvider
Deprecated.
Produce new UdtChannel based on factory NioUdtProvider.kind() and NioUdtProvider.type()
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
Deprecated.
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
Deprecated.
 
NioUdtAcceptorChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtAcceptorChannel(ServerSocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
NioUdtAcceptorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
NioUdtByteAcceptorChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtByteAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
Deprecated.
 
NioUdtByteConnectorChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtByteConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
NioUdtByteConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
NioUdtByteConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
NioUdtByteConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
NioUdtByteRendezvousChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtByteRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteRendezvousChannel
Deprecated.
 
NioUdtMessageAcceptorChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtMessageAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
Deprecated.
 
NioUdtMessageConnectorChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtMessageConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
NioUdtMessageConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
NioUdtMessageConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
NioUdtMessageConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
NioUdtMessageRendezvousChannel - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.
NioUdtMessageRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageRendezvousChannel
Deprecated.
 
NioUdtProvider<T extends UdtChannel> - Class in io.netty.channel.udt.nio
Deprecated.
The UDT transport is no longer maintained and will be removed.

P

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

R

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

S

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

T

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

U

UdtChannel - Interface in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
UdtChannelConfig - Interface in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
UdtChannelOption<T> - Class in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
UdtMessage - Class in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
UdtMessage(ByteBuf) - Constructor for class io.netty.channel.udt.UdtMessage
Deprecated.
 
UdtServerChannel - Interface in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
UdtServerChannelConfig - Interface in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
A B C D F G I J K L M N P R S T U 
Skip navigation links

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