Uses of Class
org.springframework.core.io.buffer.JettyDataBuffer
Packages that use JettyDataBuffer
Package
Description
Generic abstraction for working with byte buffer implementations.
-
Uses of JettyDataBuffer in org.springframework.core.io.buffer
Methods in org.springframework.core.io.buffer that return JettyDataBufferModifier and TypeMethodDescriptionJettyDataBufferFactory.allocateBuffer()Deprecated.JettyDataBufferFactory.allocateBuffer(int initialCapacity) JettyDataBufferFactory.join(List<? extends DataBuffer> dataBuffers) JettyDataBufferFactory.wrap(byte[] bytes) JettyDataBufferFactory.wrap(ByteBuffer byteBuffer) JettyDataBufferFactory.wrap(org.eclipse.jetty.io.Content.Chunk chunk)