public class TimeOut extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
timeOut |
protected TimeUnit |
unit |
| Constructor and Description |
|---|
TimeOut(long timeOut,
TimeUnit unit)
Instantiates a new timeout.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeOut()
Gets the timeout.
|
TimeUnit |
getTimeUnit()
Gets the time unit.
|
String |
toString() |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.