Package | Description |
---|---|
cn.hutool.socket.aio |
AIO相关封装
|
Modifier and Type | Field and Description |
---|---|
protected SocketConfig |
AioServer.config |
Constructor and Description |
---|
AioClient(AsynchronousSocketChannel channel,
IoAction<ByteBuffer> ioAction,
SocketConfig config)
构造
|
AioClient(InetSocketAddress address,
IoAction<ByteBuffer> ioAction,
SocketConfig config)
构造
|
AioServer(InetSocketAddress address,
SocketConfig config)
构造
|
AioSession(AsynchronousSocketChannel channel,
IoAction<ByteBuffer> ioAction,
SocketConfig config)
构造
|
Copyright © 2024. All rights reserved.