mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +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