| Interface | Description |
|---|---|
| ConnectionSocket |
A connection socket into the server.
|
| ConnectionSocket.AsyncFactory |
An asynchronous factory of sockets.
|
| ConnectionSocket.Factory |
A factory of sockets.
|
| ResponsePump |
A pump that read
Responses using Response.readFromSocket(ConnectionSocket). |
| ResponsePump.Factory |
A factory of response pumps.
|
| Class | Description |
|---|---|
| Connection |
A single connection to RethinkDB.
|
| Connection.Builder |
Builder should be used to build a Connection instance.
|
| DefaultConnectionFactory |
The default
ConnectionSocket.Factory and ResponsePump.Factory for any default connections. |
| Response | |
| Result<T> |
A ReQL query result.
|
| Enum | Description |
|---|---|
| Result.FetchMode |
The fetch mode to use on partial sequences.
|