Uses of Class
org.miaixz.bus.socket.buffer.BufferPage
Packages that use BufferPage
Package
Description
定义用户进行通信开发所需实现的接口
内存缓冲实现
SSL 安全实现
-
Uses of BufferPage in org.miaixz.bus.socket
Constructors in org.miaixz.bus.socket with parameters of type BufferPageModifierConstructorDescriptionWorker(BufferPage readBufferPage, BufferPagePool writeBufferPool, int threadNum) -
Uses of BufferPage in org.miaixz.bus.socket.accord
Constructors in org.miaixz.bus.socket.accord with parameters of type BufferPageModifierConstructorDescriptionTcpSession(AsynchronousSocketChannel channel, Context context, BufferPage writeBufferPage, Supplier<VirtualBuffer> readBufferSupplier) UdpSession(UdpChannel udpChannel, SocketAddress remote, BufferPage writeBufferPage) -
Uses of BufferPage in org.miaixz.bus.socket.buffer
Methods in org.miaixz.bus.socket.buffer that return BufferPageMethods in org.miaixz.bus.socket.buffer with parameters of type BufferPageConstructors in org.miaixz.bus.socket.buffer with parameters of type BufferPageModifierConstructorDescriptionWriteBuffer(BufferPage bufferPage, Consumer<VirtualBuffer> writeConsumer, int chunkSize, int capacity) -
Uses of BufferPage in org.miaixz.bus.socket.secure.ssl
Constructors in org.miaixz.bus.socket.secure.ssl with parameters of type BufferPageModifierConstructorDescriptionSslAsynchronousSocketChannel(AsynchronousSocketChannel asynchronousSocketChannel, SslService sslService, BufferPage bufferPage)