protected static class RepositoryConnection.ThrottleItem extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description
The description.
|
protected String |
match
The regexp key.
|
protected float |
value
The throttle value
|
Constructor and Description |
---|
RepositoryConnection.ThrottleItem(String match,
String description,
float value)
Constructor.
|
protected String match
protected String description
protected float value