Uses of Class
org.miaixz.bus.socket.accord.AioServer
Packages that use AioServer
-
Uses of AioServer in org.miaixz.bus.socket.accord
Methods in org.miaixz.bus.socket.accord that return AioServerModifier and TypeMethodDescriptionAioServer.disableLowMemory()禁用低代码模式final AioServerAioServer.setBacklog(int backlog) 设置 backlog 大小AioServer.setBufferPagePool(BufferPagePool bufferPool) 设置读写内存池。AioServer.setBufferPagePool(BufferPagePool readBufferPool, BufferPagePool writeBufferPool) 设置读写内存池。<V> AioServerAioServer.setOption(SocketOption<V> socketOption, V value) 设置Socket的TCP参数配置。AioServer.setReadBufferSize(int size) 设置读缓存区大小AioServer.setThreadNum(int threadNum) 设置服务工作线程数,设置数值必须大于等于2AioServer.setWriteBuffer(int bufferSize, int bufferCapacity) 设置输出缓冲区容量 -
Uses of AioServer in org.miaixz.bus.socket.plugin
Constructors in org.miaixz.bus.socket.plugin with parameters of type AioServer