Uses of Class
org.miaixz.bus.socket.buffers.BufferPool
Packages that use BufferPool
Package
Description
定义用户进行通信开发所需实现的接口
提供插件等实现
-
Uses of BufferPool in org.miaixz.bus.socket
Methods in org.miaixz.bus.socket with parameters of type BufferPoolModifier and TypeMethodDescriptionfinal AioQuickClientAioQuickClient.setBufferPagePool(BufferPool bufferPool) 设置内存池。 通过该方法设置的内存池,在AioQuickClient执行shutdown时不会触发内存池的释放。 该方法适用于多个AioQuickServer、AioQuickClient共享内存池的场景。 在启用内存池的情况下会有更好的性能表现AioQuickServer.setBufferPagePool(BufferPool bufferPool) 设置内存池 通过该方法设置的内存池,在AioQuickServer执行shutdown时不会触发内存池的释放 该方法适用于多个AioQuickServer、AioQuickClient共享内存池的场景 在启用内存池的情况下会有更好的性能表现final UdpBootstrapUdpBootstrap.setBufferPagePool(BufferPool bufferPool) 设置内存池 通过该方法设置的内存池,在AioQuickServer执行shutdown时不会触发内存池的释放。 该方法适用于多个AioQuickServer、AioQuickClient共享内存池的场景。 在启用内存池的情况下会有更好的性能表现Constructors in org.miaixz.bus.socket with parameters of type BufferPool -
Uses of BufferPool in org.miaixz.bus.socket.buffers
Methods in org.miaixz.bus.socket.buffers that return BufferPool -
Uses of BufferPool in org.miaixz.bus.socket.plugins
Constructors in org.miaixz.bus.socket.plugins with parameters of type BufferPoolModifierConstructorDescriptionSslPlugin(ClientSSLContextFactory factory, BufferPool bufferPool) SslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth, BufferPool bufferPool) SslPlugin(SSLContextFactory factory, Consumer<SSLEngine> consumer, BufferPool bufferPool)