Uses of Class
kong.unirest.core.Invocation
-
Packages that use Invocation Package Description kong.unirest.core -
-
Uses of Invocation in kong.unirest.core
Fields in kong.unirest.core declared as Invocation Modifier and Type Field Description private Invocation
MockClient. defaultResponse
Fields in kong.unirest.core with type parameters of type Invocation Modifier and Type Field Description private java.util.List<Invocation>
Routes. invokes
Methods in kong.unirest.core that return types with arguments of type Invocation Modifier and Type Method Description private java.util.Optional<Invocation>
Routes. getBestMatch(HttpRequest request)
private java.util.Optional<Invocation>
Routes. getBestMatch(HttpRequest request, boolean expected)
Methods in kong.unirest.core with parameters of type Invocation Modifier and Type Method Description (package private) void
Routes. addInvoke(Invocation invocation)
Constructors in kong.unirest.core with parameters of type Invocation Constructor Description Invocation(Routes routes, Invocation other)
-