Class CommonModule
java.lang.Object
org.geysermc.floodgate.core.module.CommonModule
-
Constructor Details
-
CommonModule
public CommonModule()
-
-
Method Details
-
commonPool
-
commonScheduledPool
@Bean(preDestroy="shutdown") @Singleton @Named("commonScheduledPool") public ScheduledExecutorService commonScheduledPool() -
codecType
-
topping
-
kickMessageAttribute
@Bean @Singleton @Named("kickMessageAttribute") public io.netty.util.AttributeKey<String> kickMessageAttribute() -
connectionAttribute
@Bean @Singleton @Named("connectionAttribute") public io.netty.util.AttributeKey<org.geysermc.api.connection.Connection> connectionAttribute()
-