public interface RoutingTable<T>
Collection<Routing<T>> getAll()
T matchOne(String path, MethodType method)
path - 路径method - 方法List<T> matchAll(String path, MethodType method)
path - 路径method - 方法void clear()
Copyright © 2022. All rights reserved.