public class TCPSettings extends Object implements Serializable
| Constructor and Description |
|---|
TCPSettings()
No args constructor for use in serialization
|
TCPSettings(Duration connectTimeout,
Integer maxConnections) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getConnectTimeout() |
Integer |
getMaxConnections() |
void |
setConnectTimeout(Duration connectTimeout) |
void |
setMaxConnections(Integer maxConnections) |
Copyright © 2017–2018 Red Hat. All rights reserved.