Package org.jivesoftware.openfire.nio
Class NettySessionInitializer
java.lang.Object
org.jivesoftware.openfire.nio.NettySessionInitializer
Initialises an outgoing netty channel for outbound S2S
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SystemProperty<Duration>The inactivity duration after which a Netty executor can be shutdown gracefully.static final SystemProperty<Duration>The maximum amount of time to wait until a Netty executor is shutdown regardless if a task was submitted during the quiet period. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GRACEFUL_SHUTDOWN_QUIET_PERIOD
The inactivity duration after which a Netty executor can be shutdown gracefully. -
GRACEFUL_SHUTDOWN_TIMEOUT
The maximum amount of time to wait until a Netty executor is shutdown regardless if a task was submitted during the quiet period.
-
-
Constructor Details
-
NettySessionInitializer
-
-
Method Details