| Package | Description |
|---|---|
| org.jredis.connector |
Native Client Interface Specification.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<Connection.Socket.Flag,java.lang.Boolean> |
ConnectionSpec.RefImpl.socketFlags
|
| Modifier and Type | Method and Description |
|---|---|
static Connection.Socket.Flag |
Connection.Socket.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Socket.Flag[] |
Connection.Socket.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectionSpec.getSocketFlag(Connection.Socket.Flag flag)
Get the
SocketFlag for the ConnectionSpec |
boolean |
ConnectionSpec.RefImpl.getSocketFlag(Connection.Socket.Flag flag) |
ConnectionSpec |
ConnectionSpec.setSocketFlag(Connection.Socket.Flag flag,
java.lang.Boolean value)
Set the
Connection.Socket.Flag for the ConnectionSpec |
ConnectionSpec |
ConnectionSpec.RefImpl.setSocketFlag(Connection.Socket.Flag flag,
java.lang.Boolean value) |