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

io.lightflame.http.ExceptionHttpFunction Maven / Gradle / Ivy

The newest version!
package io.lightflame.http;

import io.netty.handler.codec.http.FullHttpResponse;

/**
 * ExceptionHttpFunction
 */
public interface ExceptionHttpFunction {

    FullHttpResponse call(Exception e);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy