Uses of Interface
org.jivesoftware.openfire.nio.NettyChannelHandlerFactory
-
Packages that use NettyChannelHandlerFactory Package Description org.jivesoftware.openfire.spi -
-
Uses of NettyChannelHandlerFactory in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return types with arguments of type NettyChannelHandlerFactory Modifier and Type Method Description Set<NettyChannelHandlerFactory>
NettyConnectionAcceptor. 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 NettyChannelHandlerFactory Modifier and Type Method Description void
NettyConnectionAcceptor. 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.void
NettyConnectionAcceptor. 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 NettyChannelHandlerFactory Constructor Description NettyServerInitializer(ConnectionConfiguration configuration, io.netty.channel.group.ChannelGroup allChannels, Set<NettyChannelHandlerFactory> channelHandlerFactories)
-