public final class ThreadExecutor { public static final ExecutorService EXECUTOR_SERVICE = new ThreadPoolExecutor(10, 100, 3, TimeUnit.M...
@Slf4j@Component@ChannelHandler.Sharablepublic class NettyWsHandler extends SimpleChannelInboundHandler<TextWebSocketFrame> { private static ...
添加:AttributeKey<String> key = AttributeKey.valueOf("sn");ctx.channel().attr(key).set(deviceSn);获取:AttributeKey<String> key = Att...
@Component@Slf4jpublic class ServerConfig implements ApplicationListener<WebServerInitializedEvent> { private int serverPort; public int g...