Close the client.
Any sockets which have not been closed manually will be closed here. The close is asynchronous and may not complete until some time after the method has returned.
Close the client.
Any sockets which have not been closed manually will be closed here. The close is asynchronous and may not complete until some time after the method has returned.
Open a connection to a server at the specific port
and host
.
host
can be a valid host name or IP address. The connect is done asynchronously and on success, a
NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific port
and host
.
host
can be a valid host name or IP address. The connect is done asynchronously and on success, a
NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific port
and host
.
host
can be a valid host name or IP address. The connect is done asynchronously and on success, a
NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific port
and host
.
host
can be a valid host name or IP address. The connect is done asynchronously and on success, a
NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific remoteAddress
.
The connect is done asynchronously and on success, a NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific remoteAddress
.
The connect is done asynchronously and on success, a NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific remoteAddress
.
The connect is done asynchronously and on success, a NetSocket instance is supplied via the connectHandler
instance
Open a connection to a server at the specific remoteAddress
.
The connect is done asynchronously and on success, a NetSocket instance is supplied via the connectHandler
instance
Whether the metrics are enabled for this measured object
Like {@link NetClient#updateSSLOptions} but supplying a handler that will be called when the update happened (or has failed).
Like {@link NetClient#updateSSLOptions} but supplying a handler that will be called when the update happened (or has failed).
Generated using TypeDoc
A TCP client.
Multiple connections to different servers can be made using the same instance.
This client supports a configurable number of connection attempts and a configurable delay between attempts.