Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
Modifier and Type | Method and Description |
---|---|
static Connection.Socket.Property |
Connection.Socket.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Socket.Property[] |
Connection.Socket.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Integer |
ConnectionSpec.getSocketProperty(Connection.Socket.Property property)
Get the
Connection.Socket.Property for the ConnectionSpec |
Integer |
ConnectionSpec.RefImpl.getSocketProperty(Connection.Socket.Property property) |
ConnectionSpec |
ConnectionSpec.setSocketProperty(Connection.Socket.Property property,
Integer value)
Set the
SocketProperty for the ConnectionSpec |
ConnectionSpec |
ConnectionSpec.RefImpl.setSocketProperty(Connection.Socket.Property property,
Integer value) |
Copyright © 2009–2018. All rights reserved.