net.pincette.netty.http.HeaderHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pincette-netty-http Show documentation
Show all versions of pincette-netty-http Show documentation
A simple Netty HTTP server and client
package net.pincette.netty.http;
import java.util.function.UnaryOperator;
/**
* The function that defines a header handler. It can be used to inspect or manipulate headers.
*
* @author Werner Donné
* @since 3.1
*/
public interface HeaderHandler extends UnaryOperator {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy