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

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

Introduction

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

The text is from its open source code.

Method

voidclose()
Close the client.
NetClientconnect(int port, String host, Handler> connectHandler)
Open a connection to a server at the specific port and host .
Futureconnect(int port, String host, String serverName)
Like #connect(int,String,String,Handler) but returns a Future of the asynchronous result
NetClientconnect(SocketAddress remoteAddress, String serverName, Handler> connectHandler)
Open a connection to a server at the specific remoteAddress .