
cn.ubibi.jettyboot.framework.rest.ifs.RequestParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jettyboot Show documentation
Show all versions of jettyboot Show documentation
jetty boot Library, simple mvc and data ORM framework
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