Uses of Interface
org.jivesoftware.openfire.nio.NettyChannelHandlerFactory
Packages that use NettyChannelHandlerFactory
-
Uses of NettyChannelHandlerFactory in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return types with arguments of type NettyChannelHandlerFactoryModifier and TypeMethodDescriptionNettyConnectionAcceptor.getChannelHandlerFactories()Returns a copy of the collection of ChannelHandler factories that are registered with this instance.Methods in org.jivesoftware.openfire.spi with parameters of type NettyChannelHandlerFactoryModifier and TypeMethodDescriptionvoidNettyConnectionAcceptor.addChannelHandler(NettyChannelHandlerFactory factory) Adds a new ChannelHandler factory, which will cause ChannelHandlers to be added to existing and new Channels that are generated by this acceptor.voidNettyConnectionAcceptor.removeChannelHandler(NettyChannelHandlerFactory factory) Removes a new ChannelHandler factory, which will cause the ChannelHandler that it created to be removed from existing Channels that were generated by this acceptor.Constructor parameters in org.jivesoftware.openfire.spi with type arguments of type NettyChannelHandlerFactoryModifierConstructorDescriptionNettyServerInitializer(ConnectionConfiguration configuration, io.netty.channel.group.ChannelGroup allChannels, Set<NettyChannelHandlerFactory> channelHandlerFactories, io.netty.util.concurrent.EventExecutorGroup blockingHandlerExecutor)