Uses of Class
org.springframework.core.io.buffer.Netty5DataBuffer

Packages that use Netty5DataBuffer
Package
Description
Generic abstraction for working with byte buffer implementations.
  • Uses of Netty5DataBuffer in org.springframework.core.io.buffer

    Modifier and Type
    Method
    Description
    Netty5DataBufferFactory.allocateBuffer()
    Deprecated.
    Netty5DataBufferFactory.allocateBuffer(int initialCapacity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.capacity(int capacity)
    Deprecated.
    Netty5DataBuffer.read(byte[] destination)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.read(byte[] destination, int offset, int length)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.readPosition(int readPosition)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.touch(Object hint)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBufferFactory.wrap(byte[] bytes)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBufferFactory.wrap(io.netty5.buffer.Buffer buffer)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Wrap the given Netty Buffer in a Netty5DataBuffer.
    Netty5DataBufferFactory.wrap(ByteBuffer byteBuffer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.write(byte b)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.write(byte[] source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.write(byte[] source, int offset, int length)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.write(io.netty5.buffer.Buffer... buffers)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Writes one or more Netty 5 Buffers to this buffer, starting at the current writing position.
    Netty5DataBuffer.write(ByteBuffer... buffers)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.write(DataBuffer... dataBuffers)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Netty5DataBuffer.writePosition(int writePosition)
    Deprecated, for removal: This API element is subject to removal in a future version.