Uses of Class
org.miaixz.bus.socket.buffer.VirtualBuffer
Packages that use VirtualBuffer
Package
Description
内存缓冲实现
SSL 安全实现
-
Uses of VirtualBuffer in org.miaixz.bus.socket.accord
Constructor parameters in org.miaixz.bus.socket.accord with type arguments of type VirtualBufferModifierConstructorDescriptionTcpSession(AsynchronousSocketChannel channel, Context context, BufferPage writeBufferPage, Supplier<VirtualBuffer> readBufferSupplier) -
Uses of VirtualBuffer in org.miaixz.bus.socket.buffer
Methods in org.miaixz.bus.socket.buffer that return VirtualBufferModifier and TypeMethodDescriptionBufferPage.allocate(int size) 申请虚拟内存VirtualBufferFactory.newBuffer(BufferPage bufferPage) WriteBuffer.poll()获取并移除当前缓冲队列中头部的VirtualBufferstatic VirtualBufferVirtualBuffer.wrap(ByteBuffer buffer) Constructor parameters in org.miaixz.bus.socket.buffer with type arguments of type VirtualBufferModifierConstructorDescriptionWriteBuffer(BufferPage bufferPage, Consumer<VirtualBuffer> writeConsumer, int chunkSize, int capacity) -
Uses of VirtualBuffer in org.miaixz.bus.socket.secure.ssl
Methods in org.miaixz.bus.socket.secure.ssl that return VirtualBufferModifier and TypeMethodDescriptionHandshakeModel.getAppReadBuffer()HandshakeModel.getAppWriteBuffer()HandshakeModel.getNetReadBuffer()HandshakeModel.getNetWriteBuffer()Methods in org.miaixz.bus.socket.secure.ssl with parameters of type VirtualBufferModifier and TypeMethodDescriptionvoidHandshakeModel.setAppReadBuffer(VirtualBuffer appReadBuffer) voidHandshakeModel.setAppWriteBuffer(VirtualBuffer appWriteBuffer) voidHandshakeModel.setNetReadBuffer(VirtualBuffer netReadBuffer) voidHandshakeModel.setNetWriteBuffer(VirtualBuffer netWriteBuffer)