//
//
public ServerRsfContext() throws IOException, URISyntaxException {
manager = new ExecutesManager(minCorePoolSize, maxCorePoolSize, queueSize, keepAliveTime);
Settings settings = new StandardContextSettings();
settings.refresh();
serializeFactory = SerializeFactory.createFactory(settings);
}
private EventLoopGroup group = new NioEventLoopGroup(5);
public EventLoopGroup getLoopGroup() {
return group;