Java io.vertx.core.net NetClientOptions fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.net NetClientOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.net NetClientOptions.

The text is from its open source code.

Subclass

io.vertx.core.net.NetClientOptions has subclasses.
Click this link to see all its subclasses.

Constructor

NetClientOptions()
The default constructor
NetClientOptions(NetClientOptions other)
Copy constructor
NetClientOptions(JsonObject json)
Create options from JSON

Method

StringgetHostnameVerificationAlgorithm()
NetClientOptionssetConnectTimeout(int connectTimeout)
NetClientOptionssetReconnectAttempts(int attempts)
Set the value of reconnect attempts
NetClientOptionssetReconnectInterval(long interval)
Set the reconnect interval
NetClientOptionssetSsl(boolean ssl)