Class AsyncRequestImpl


  • public class AsyncRequestImpl
    extends com.applitools.connectivity.api.AsyncRequest
    • Method Detail

      • header

        public com.applitools.connectivity.api.AsyncRequest header​(String name,
                                                                   String value)
        Specified by:
        header in class com.applitools.connectivity.api.AsyncRequest
      • method

        public Future<?> method​(String method,
                                com.applitools.connectivity.api.AsyncRequestCallback callback,
                                Object data,
                                String contentType,
                                boolean logIfError)
        Specified by:
        method in class com.applitools.connectivity.api.AsyncRequest