ProtonClient

@author <a href="http://tfox.org">Tim Fox</a>

Members

Functions

connect
void connect(string host, int port, string username, string password, Handler!ProtonConnection connectionHandler)

Connect to the given host and port, with credentials (if required by server peer).

connect
void connect(ProtonClientOptions options, string host, int port, Handler!ProtonConnection connectionHandler)

Connect to the given host and port, without credentials.

connect
void connect(string host, int port, Handler!ProtonConnection connectionHandler)

Connect to the given host and port, without credentials.

connect
void connect(ProtonClientOptions options, string host, int port, string username, string password, Handler!ProtonConnection connectionHandler)

Connect to the given host and port, with credentials (if required by server peer).

Static functions

create
ProtonClient create()

Create a ProtonClient instance with the given Vertx instance.

Meta