Uses of Class
kong.unirest.core.Path
-
Packages that use Path Package Description kong.unirest.core -
-
Uses of Path in kong.unirest.core
Fields in kong.unirest.core declared as Path Modifier and Type Field Description protected PathBaseRequest. urlprotected PathWebSocketRequestImpl. urlMethods in kong.unirest.core that return Path Modifier and Type Method Description (package private) PathBaseRequest. getPath()Methods in kong.unirest.core with parameters of type Path Modifier and Type Method Description private java.util.Optional<Routes>MockClient. findByPath(HttpMethod get, Path path)(package private) booleanRoutes. matches(HttpMethod httpMethod, Path url)Constructors in kong.unirest.core with parameters of type Path Constructor Description Routes(HttpMethod method, Path p)
-