Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
org.jredis.ri.alphazero.connection |
Modifier and Type | Method and Description |
---|---|
Connection.Modality |
ConnectionSpec.getModality() |
Connection.Modality |
ConnectionSpec.RefImpl.getModality() |
static Connection.Modality |
Connection.Modality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Modality[] |
Connection.Modality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectionSpec |
ConnectionSpec.setModality(Connection.Modality modality) |
ConnectionSpec |
ConnectionSpec.RefImpl.setModality(Connection.Modality modality) |
Modifier and Type | Method and Description |
---|---|
Connection.Modality |
AsyncConnection.getModality() |
Connection.Modality |
SyncConnection.getModality() |
Copyright © 2009–2015. All rights reserved.