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 ResultResult.fromException(IOException e) Factory methodstatic ResultResult.fromException(org.apache.http.client.ClientProtocolException e) Factory methodstatic ResultResult.fromHttpCode(int statusCode, String responseBody) Factory methodstatic ResultResult.fromThrowable(Throwable t) Factory method