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

com.firefly.server.http2.router.impl.RegexPathMatcher Maven / Gradle / Ivy

There is a newer version: 5.0.0-dev6
Show newest version
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