Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
Modifier and Type | Method and Description |
---|---|
static Connection.Socket.Flag |
Connection.Socket.Flag.valueOf(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,
Boolean value)
Set the
Connection.Socket.Flag for the ConnectionSpec |
ConnectionSpec |
ConnectionSpec.RefImpl.setSocketFlag(Connection.Socket.Flag flag,
Boolean value) |
Copyright © 2009–2019. All rights reserved.