| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Field and Description |
|---|---|
LockInfo.LockType |
LockInfo.type |
| Modifier and Type | Method and Description |
|---|---|
static LockInfo.LockType |
LockInfo.LockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockInfo.LockType[] |
LockInfo.LockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LockInfo(LockInfo.LockScope scope,
LockInfo.LockType type,
String owner,
LockInfo.LockDepth depth) |
Copyright © 2020. All rights reserved.