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

io.higgs.http.server.ManagedWriter Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
package io.higgs.http.server;

import io.netty.channel.ChannelFuture;

/**
 * @author Courtney Robinson 
 */
public interface ManagedWriter {
    ChannelFuture doWrite();

    boolean isDone();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy