mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
add closeable
This commit is contained in:
@@ -15,6 +15,7 @@ public class AioServerTest {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
@SuppressWarnings("resource")
|
||||
AioServer aioServer = new AioServer(8899);
|
||||
aioServer.setIoAction(new SimpleIoAction() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user