Dependencies
- avalon-framework/avalon-framework/4.1.5 (available as org.apache.avalon.framework/avalon-framework-impl/4.3.1)
- com.github.spotbugs/spotbugs-annotations/4.0.3
- com.google.code.findbugs/jsr305/3.0.2
- commons-logging/commons-logging/1.2
- io.micronaut/micronaut-core/2.2.0
- io.micronaut/micronaut-inject/2.2.0
- io.netty/netty-buffer/4.1.54.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-common/4.1.54.Final (available as io.netty/netty-all/4.1.25.Final)
- io.projectreactor.tools/blockhound/1.0.3.RELEASE
- java/11
- javax.annotation/javax.annotation-api/1.3.2
- javax.inject/javax.inject/1
- log4j/log4j/1.2.17
- logkit/logkit/1.0.1
- org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.0
- org.apache.logging.log4j/log4j-api/2.6.2
- org.reactivestreams/reactive-streams/1.0.3
- org.slf4j/slf4j-api/1.7.26
- org.yaml/snakeyaml/1.26
Declarations
-
io
-
micronaut
-
buffer
-
netty
-
NettyByteBuffer
- delegate: ByteBuf
- NettyByteBuffer(ByteBuf): void
- retain(): ByteBuffer
- asNativeBuffer(): ByteBuf
- release(): boolean
- readableBytes(): int
- writableBytes(): int
- maxCapacity(): int
- capacity(int): ByteBuffer
- readerIndex(): int
- readerIndex(int): ByteBuffer
- writerIndex(): int
- writerIndex(int): ByteBuffer
- read(): byte
- readCharSequence(int, Charset): CharSequence
- read(byte[]): ByteBuffer
- read(byte[], int, int): ByteBuffer
- write(byte): ByteBuffer
- write(byte[]): ByteBuffer
- write(CharSequence, Charset): ByteBuffer
- write(byte[], int, int): ByteBuffer
- write(ByteBuffer[]): ByteBuffer
- write(ByteBuffer[]): ByteBuffer
- write(ByteBuf[]): ByteBuffer
- slice(int, int): ByteBuffer
- asNioBuffer(): ByteBuffer
- asNioBuffer(int, int): ByteBuffer
- toInputStream(): InputStream
- toOutputStream(): OutputStream
- toByteArray(): byte[]
- toString(Charset): String
- indexOf(byte): int
- getByte(int): byte
-
NettyByteBufferFactory
- DEFAULT: NettyByteBufferFactory
- allocator: ByteBufAllocator
- static class initializer
- Lambda implementing Function<ByteBuffer, ByteBuf>
- NettyByteBufferFactory(): void
- NettyByteBufferFactory(ByteBufAllocator): void
- getNativeAllocator(): ByteBufAllocator
- buffer(): ByteBuffer<ByteBuf>
- buffer(int): ByteBuffer<ByteBuf>
- buffer(int, int): ByteBuffer<ByteBuf>
- copiedBuffer(byte[]): ByteBuffer<ByteBuf>
- copiedBuffer(ByteBuffer): ByteBuffer<ByteBuf>
- wrap(ByteBuf): ByteBuffer<ByteBuf>
- wrap(byte[]): ByteBuffer<ByteBuf>
-
NettyByteBuffer
-
netty
-
buffer
-
micronaut