All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.undertow.httpcore.WriteFunction Maven / Gradle / Ivy

package io.undertow.httpcore;

import io.netty.buffer.ByteBuf;

/**
 * Function that is called before a write is performed.
 */
public interface WriteFunction {

    ByteBuf preWrite(ByteBuf data, boolean last);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy