Uses of Class
org.miaixz.bus.socket.buffer.BufferPagePool
Packages that use BufferPagePool
Package
Description
定义用户进行通信开发所需实现的接口
内存缓冲实现
插件等实现
-
Uses of BufferPagePool in org.miaixz.bus.socket
Constructors in org.miaixz.bus.socket with parameters of type BufferPagePoolModifierConstructorDescriptionWorker(BufferPagePool writeBufferPool, int threadNum) Worker(BufferPage readBufferPage, BufferPagePool writeBufferPool, int threadNum) -
Uses of BufferPagePool in org.miaixz.bus.socket.accord
Methods in org.miaixz.bus.socket.accord with parameters of type BufferPagePoolModifier and TypeMethodDescriptionAioClient.setBufferPagePool(BufferPagePool bufferPool) 设置内存池。AioClient.setBufferPagePool(BufferPagePool readBufferPool, BufferPagePool writeBufferPool) AioServer.setBufferPagePool(BufferPagePool bufferPool) 设置读写内存池。AioServer.setBufferPagePool(BufferPagePool readBufferPool, BufferPagePool writeBufferPool) 设置读写内存池。final UdpBootstrapUdpBootstrap.setBufferPagePool(BufferPagePool bufferPool) 设置内存池 通过该方法设置的内存池,在AioServer执行shutdown时不会触发内存池的释放。 -
Uses of BufferPagePool in org.miaixz.bus.socket.buffer
Fields in org.miaixz.bus.socket.buffer declared as BufferPagePoolModifier and TypeFieldDescriptionstatic final BufferPagePoolBufferPagePool.DEFAULT_BUFFER_PAGE_POOL -
Uses of BufferPagePool in org.miaixz.bus.socket.plugin
Constructors in org.miaixz.bus.socket.plugin with parameters of type BufferPagePoolModifierConstructorDescriptionSslPlugin(ClientSSLContextFactory factory, BufferPagePool bufferPagePool) SslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth, BufferPagePool bufferPagePool) SslPlugin(SSLContextFactory factory, Consumer<SSLEngine> consumer, BufferPagePool bufferPagePool)