All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gs.api.accelrx.web.client.ssl.WebClientSSL Maven / Gradle / Ivy

The newest version!
package com.gs.api.accelrx.web.client.ssl;

import io.reactivex.rxjava3.core.Single;
import io.vertx.core.http.HttpClientOptions;
import io.vertx.core.net.NetClientOptions;
import io.vertx.ext.web.client.WebClientOptions;

public interface WebClientSSL {
    boolean refreshed();

    Single configureWebClient(WebClientOptions clientOptions);

    Single configureHttpClient(HttpClientOptions clientOptions);

    Single configureNetClient(NetClientOptions clientOptions);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy