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

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

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

import io.higgs.http.server.protocol.HttpMethod;
import io.netty.channel.ChannelHandlerContext;

/**
 * @author Courtney Robinson 
 */
public interface ParamInjector {
    Object[] injectParams(HttpMethod method, HttpRequest request, HttpResponse res, ChannelHandlerContext ctx, Object
            [] params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy