Uses of Class
org.miaixz.bus.socket.buffer.BufferPage
Packages that use BufferPage
Package
Description
内存缓冲实现
SSL 安全实现
-
Uses of BufferPage in org.miaixz.bus.socket.accord
Methods in org.miaixz.bus.socket.accord that return BufferPageConstructors in org.miaixz.bus.socket.accord with parameters of type BufferPageModifierConstructorDescriptionUdpSession(UdpChannel udpChannel, SocketAddress remote, BufferPage bufferPage) -
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)