Uses of Interface
org.apache.qpid.protonj2.buffer.ProtonBufferAccessors
Package
Description
-
Uses of ProtonBufferAccessors in org.apache.qpid.protonj2.buffer
Modifier and TypeInterfaceDescriptioninterface
Buffer type abstraction used to provide users of the proton library with a means of using their own type of byte buffer types in combination with the library tooling.interface
Defines the API for a specialized buffer type that is a composite of other buffer instances which is presented as a single buffer view. -
Uses of ProtonBufferAccessors in org.apache.qpid.protonj2.buffer.impl
Modifier and TypeClassDescriptionfinal class
An array based buffer implementation.final class
The built in composite buffer implementation. -
Uses of ProtonBufferAccessors in org.apache.qpid.protonj2.buffer.netty
Modifier and TypeClassDescriptionfinal class
Wrapper class for Netty 4 ByteBuf instances which provides a generic way for proton to interact with Netty 4 buffers.final class
Wrapper class for Netty 5 Buffer instances which provides a generic way for proton to interact with Netty 4 buffers.