| Method and Description |
|---|
| com.rethinkdb.net.Connection.Builder.authKey(String)
Use
Connection.Builder.user(String, String) instead.
(Will be removed on v2.5.0) |
| com.rethinkdb.net.Connection.Builder.copyOf()
Use
r.connection(Builder) instead.
(Will be removed on v2.5.0) |
| com.rethinkdb.net.ResponsePump.Factory.newPump(ConnectionSocket)
Implement the
ResponsePump.Factory.newPump(ConnectionSocket, boolean) method.
(Will be removed on v2.5.0) |