ProtonClientImpl

Constructors

this
this()
Undocumented in source.

Members

Functions

connect
void connect(string host, int port, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string host, int port, string username, string password, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(ProtonClientOptions options, string host, int port, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(ProtonClientOptions options, string host, int port, string username, string password, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ProtonClient

create
ProtonClient create()

Create a ProtonClient instance with the given Vertx instance.

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

Connect to the given host and port, without credentials.

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(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).

Meta