# java-nio-server **Repository Path**: goodproject/java-nio-server ## Basic Information - **Project Name**: java-nio-server - **Description**: JAVA 基于NIO长连接服务器 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-05 - **Last Updated**: 2023-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JAVA 基于NIO长连接服务器 ## 项目目录结构 - cn.bw.ConstantKit 常量配置类 - cn.NioServer Nio服务器 ## 代码解释 ```text // isInterrupted 如果该线程已被中断,则为true;否则为false。否则为假 while (!Thread.currentThread().isInterrupted()) { // to do something } ```