com.firefly.server.http2.router.impl.RegexPathMatcher Maven / Gradle / Ivy
package com.firefly.server.http2.router.impl;
/**
* @author Pengtao Qiu
*/
public class RegexPathMatcher extends AbstractRegexMatcher {
@Override
public MatchType getMatchType() {
return MatchType.PATH;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy