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 Path
BaseRequest. url
protected Path
WebSocketRequestImpl. url
Methods in kong.unirest.core that return Path Modifier and Type Method Description (package private) Path
BaseRequest. 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) boolean
Routes. matches(HttpMethod httpMethod, Path url)
Constructors in kong.unirest.core with parameters of type Path Constructor Description Routes(HttpMethod method, Path p)
-