| Interface | Description |
|---|---|
| Connection |
Connection defines the general (required) and optional
contract of a JRedis connection. |
| Connection.Factory | |
| Connection.Listener |
Connection listeners' callback API. |
| Connection.Socket | |
| ConnectionSpec |
ConnectionSpec specifies the parameters used in the creation and
runtime operation of JRedis connections.
|
| Message |
[TODO: document me!]
|
| RequestListener |
| Class | Description |
|---|---|
| Connection.Event |
Events raised by the
Connection. |
| ConnectionSpec.RefImpl |
Reference implementation of
ConnectionSpec. |
| FaultedConnection |
FaultedConnection is a support class for implementors of JRedis API. |
| Enum | Description |
|---|---|
| Connection.Event.Type |
Connector.Event types.
|
| Connection.Flag |
Connection flags - not necessarily mutually exclusive.
|
| Connection.Modality |
Enum for defining the operational modality of the protocol handlers.
|
| Connection.Property |
Enumeration of the top-level properties of the
Connection that can be
specified by the User. |
| Connection.Socket.Flag |
Flag keys for SocketFlag settings of the connection specification.
|
| Connection.Socket.Property |
Property keys for SocketProperty settings of the connection specification.
|
| Connection.State |
| Exception | Description |
|---|---|
| ConnectionException |
[TODO: document me!]
|
| ConnectionFault |
[TODO: document me!]
|
| ConnectionReset |
This exception is thrown by a
Connection to indicate that the connection to redis was
reset (typically due to timeout on Redis side). |
| NotConnectedException |
This connection will should be thrown if users issue any calls on
the
JRedis interface after a call to either JRedis.quit()
or JRedis#shutdown()
[TODO: document me!] |
This is an optional package.
Copyright © 2009–2021. All rights reserved.