Uses of Interface
io.netty.bootstrap.ChannelFactory
Packages that use ChannelFactory
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
UDT Transport for NIO Channels.
-
Uses of ChannelFactory in io.netty.bootstrap
Methods in io.netty.bootstrap that return ChannelFactoryModifier and TypeMethodDescriptionfinal ChannelFactory<? extends C> AbstractBootstrapConfig.channelFactory()Returns the configuredChannelFactoryornullif non is configured yet.Methods in io.netty.bootstrap with parameters of type ChannelFactoryModifier and TypeMethodDescriptionAbstractBootstrap.channelFactory(ChannelFactory<? extends C> channelFactory) Deprecated. -
Uses of ChannelFactory in io.netty.channel
Subinterfaces of ChannelFactory in io.netty.channelModifier and TypeInterfaceDescriptioninterfaceChannelFactory<T extends Channel>Creates a newChannel.Classes in io.netty.channel that implement ChannelFactoryModifier and TypeClassDescriptionclassReflectiveChannelFactory<T extends Channel>AChannelFactorythat instantiates a newChannelby invoking its default constructor reflectively. -
Uses of ChannelFactory in io.netty.channel.udt.nio
Classes in io.netty.channel.udt.nio that implement ChannelFactoryModifier and TypeClassDescriptionfinal classNioUdtProvider<T extends UdtChannel>Deprecated.The UDT transport is no longer maintained and will be removed.
AbstractBootstrap.channelFactory(io.netty.channel.ChannelFactory)instead.