| Package | Description |
|---|---|
| io.vertx.core.http.impl | |
| io.vertx.core.net.impl.clientconnection | |
| io.vertx.redis.client.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConnectionProvider.connect(ConnectionListener<HttpClientConnection> listener,
ContextInternal context,
Handler<AsyncResult<ConnectResult<HttpClientConnection>>> asyncResultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProvider.connect(ConnectionListener<C> listener,
ContextInternal context,
Handler<AsyncResult<ConnectResult<C>>> resultHandler)
Connect to the server.
|
| Constructor and Description |
|---|
RedisStandaloneConnection(Vertx vertx,
ContextInternal context,
ConnectionListener<RedisConnection> connectionListener,
NetSocket netSocket,
RedisOptions options) |
Copyright © 2021. All rights reserved.