Package io.undertow.httpcore
Interface WriteFunction
public interface WriteFunction
Function that is called before a write is performed.
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBufpreWrite(io.netty.buffer.ByteBuf data, boolean last)
-
Method Details
-
preWrite
io.netty.buffer.ByteBuf preWrite(io.netty.buffer.ByteBuf data, boolean last)
-