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

cn.ubibi.jettyboot.framework.rest.ifs.RequestParser Maven / Gradle / Ivy

The newest version!
package cn.ubibi.jettyboot.framework.rest.ifs;

public interface RequestParser {
    void doParse(HttpParsedRequest request) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy