Uses of Class
com.pusher.rest.data.Result
Packages that use Result
-
Uses of Result in com.pusher.rest
Methods in com.pusher.rest that return ResultMethods in com.pusher.rest that return types with arguments of type ResultModifier and TypeMethodDescriptionprotected CompletableFuture<Result>
protected CompletableFuture<Result>
-
Uses of Result in com.pusher.rest.data
Methods in com.pusher.rest.data that return ResultModifier and TypeMethodDescriptionstatic Result
Result.fromException
(IOException e) Factory methodstatic Result
Result.fromException
(org.apache.http.client.ClientProtocolException e) Factory methodstatic Result
Result.fromHttpCode
(int statusCode, String responseBody) Factory methodstatic Result
Result.fromThrowable
(Throwable t) Factory method