VibeTransport

Undocumented in source.

Members

Functions

performTransportRequest
Response performTransportRequest(Connection connection, RequestMethod method, string path, ESParams parameters, string requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.
transportLog
void transportLog(ESLogLevel level, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

protocol
string protocol [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Transport

performTransportRequest
Response performTransportRequest(Connection connection, RequestMethod method, string path, ESParams parameters, string requestBody)
Undocumented in source.
transportLog
void transportLog(LogLevel level, string message)
Undocumented in source.
protocol
string protocol [@property getter]
Undocumented in source.
hosts
Host[] hosts [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
buildConnections
Collection buildConnections()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnection
Connection getConnection()

Returns a connection from the connection pool by delegating to Collection.

reloadConnections
void reloadConnections()

Reloads and replaces the connection collection based on cluster information.

resurrectDeadConnections
void resurrectDeadConnections()

Tries to "resurrect" all eligible dead connections.

performRequest
Response performRequest(RequestMethod method, string path, ESParams parameters, string requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta