public interface ByteBuffersProvider
extends io.netty.util.ReferenceCounted
This interface pulls out the two methods necessary to support the write.
The reason for doing so is to avoid an additional buffer copy in translating a ThirdParty read request response into a write request.
| Modifier and Type | Method and Description |
|---|---|
long |
getWriteOffset() |
ByteBuffer[] |
toByteBuffers() |
ByteBuffer[] toByteBuffers()
long getWriteOffset()
Copyright © 2011–2018 dCache.org. All rights reserved.