Uses of Interface
com.applitools.connectivity.api.AsyncRequestCallback
-
Packages that use AsyncRequestCallback Package Description com.applitools.connectivity.api -
-
Uses of AsyncRequestCallback in com.applitools.connectivity.api
Classes in com.applitools.connectivity.api that implement AsyncRequestCallback Modifier and Type Class Description classAbstractAsyncCallback<T>Methods in com.applitools.connectivity.api with parameters of type AsyncRequestCallback Modifier and Type Method Description Future<?>AsyncRequest. method(String method, AsyncRequestCallback callback, Object data, String contentType)abstract Future<?>AsyncRequest. method(String method, AsyncRequestCallback callback, Object data, String contentType, boolean logIfError)
-