Java io.netty.channel.udt.nio NioUdtProvider fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.udt.nio NioUdtProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.udt.nio NioUdtProvider.

The text is from its open source code.

Field

ChannelFactoryBYTE_ACCEPTOR
ChannelFactory for UDT Byte Acceptor.
ChannelFactoryBYTE_CONNECTOR
ChannelFactory for UDT Byte Connector.
SelectorProviderBYTE_PROVIDER
SelectorProvider for UDT Byte channels.
ChannelFactoryBYTE_RENDEZVOUS
ChannelFactory for UDT Byte Rendezvous.
ChannelFactoryMESSAGE_ACCEPTOR
ChannelFactory for UDT Message Acceptor.
ChannelFactoryMESSAGE_CONNECTOR
ChannelFactory for UDT Message Connector.
SelectorProviderMESSAGE_PROVIDER
SelectorProvider for UDT Message channels.
ChannelFactoryMESSAGE_RENDEZVOUS
ChannelFactory for UDT Message Rendezvous.

Method

SocketUDTsocketUDT(final Channel channel)
Expose underlying SocketUDT for debugging and monitoring.