Uses of Class
org.miaixz.bus.socket.accord.UdpBootstrap
Packages that use UdpBootstrap
-
Uses of UdpBootstrap in org.miaixz.bus.socket.accord
Methods in org.miaixz.bus.socket.accord that return UdpBootstrapModifier and TypeMethodDescriptionfinal UdpBootstrapUdpBootstrap.setBufferPagePool(BufferPagePool bufferPool) 设置内存池 通过该方法设置的内存池,在AioServer执行shutdown时不会触发内存池的释放。 该方法适用于多个AioServer、AioClient共享内存池的场景。 在启用内存池的情况下会有更好的性能表现final UdpBootstrapUdpBootstrap.setReadBufferSize(int size) 设置读缓存区大小final UdpBootstrapUdpBootstrap.setThreadNum(int num) 设置线程大小