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

com.fireflysource.net.http.common.content.handler.HttpContentHandler Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.net.http.common.content.handler;

import com.fireflysource.common.io.AsyncCloseable;

import java.nio.ByteBuffer;
import java.util.function.BiConsumer;

public interface HttpContentHandler extends BiConsumer, AsyncCloseable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy