Package org.jivesoftware.openfire.spi
Class NettyServerInitializer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
org.jivesoftware.openfire.spi.NettyServerInitializer
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class NettyServerInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
Creates a newly configured
ChannelPipeline for a new channel.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final SystemProperty<Duration>Controls the write timeout time in seconds to handle stalled sessions and prevent DoS -
Constructor Summary
ConstructorsConstructorDescriptionNettyServerInitializer(ConnectionConfiguration configuration, io.netty.channel.group.ChannelGroup allChannels, Set<NettyChannelHandlerFactory> channelHandlerFactories) -
Method Summary
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Field Details
-
WRITE_TIMEOUT_SECONDS
Controls the write timeout time in seconds to handle stalled sessions and prevent DoS -
TRAFFIC_HANDLER_NAME
- See Also:
-
-
Constructor Details
-
NettyServerInitializer
public NettyServerInitializer(ConnectionConfiguration configuration, io.netty.channel.group.ChannelGroup allChannels, Set<NettyChannelHandlerFactory> channelHandlerFactories)
-
-
Method Details
-
initChannel
- Specified by:
initChannelin classio.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>- Throws:
Exception
-