Example usage for io.vertx.core.http HttpClientOptions subclass-usage

List of usage examples for io.vertx.core.http HttpClientOptions subclass-usage

Introduction

In this page you can find the example usage for io.vertx.core.http HttpClientOptions subclass-usage.

Usage

From source file com.hubrick.vertx.rest.RestClientOptions.java

/**
 * @author marcus
 * @since 1.0.0
 */
public class RestClientOptions extends HttpClientOptions {

From source file com.hubrick.vertx.s3.client.S3ClientOptions.java

/**
 * @author marcus
 * @since 1.0.0
 */
public class S3ClientOptions extends HttpClientOptions {