Package io.quarkus.netty.runtime.graal
Class HttpContentCompressorSubstitutions.ZstdEncoderFactorySubstitution
- java.lang.Object
-
- io.quarkus.netty.runtime.graal.HttpContentCompressorSubstitutions.ZstdEncoderFactorySubstitution
-
- Enclosing class:
- HttpContentCompressorSubstitutions
public static final class HttpContentCompressorSubstitutions.ZstdEncoderFactorySubstitution extends Object
-
-
Constructor Summary
Constructors Constructor Description ZstdEncoderFactorySubstitution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.netty.buffer.ByteBuf
allocateBuffer(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, boolean preferDirect)
protected void
encode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out)
void
flush(io.netty.channel.ChannelHandlerContext ctx)
-
-
-
Method Detail
-
allocateBuffer
protected io.netty.buffer.ByteBuf allocateBuffer(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, boolean preferDirect) throws Exception
- Throws:
Exception
-
encode
protected void encode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out)
-
flush
public void flush(io.netty.channel.ChannelHandlerContext ctx)
-
-