@Generated(value="OracleSDKGenerator", comments="API Version: 20170115") public final class ConnectionConfiguration extends Object
Configuration details for the connection between the client and backend servers.
Note: Objects should always be created or deserialized using the ConnectionConfiguration.Builder
. This model distinguishes fields that are null
because they are unset from fields that are explicitly set to null
. This is done in the setter methods of the ConnectionConfiguration.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionConfiguration.Builder |
Constructor and Description |
---|
ConnectionConfiguration(Long idleTimeout,
Integer backendTcpProxyProtocolVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionConfiguration.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Integer |
getBackendTcpProxyProtocolVersion()
The backend TCP Proxy Protocol version.
|
Long |
getIdleTimeout()
The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"idleTimeout","backendTcpProxyProtocolVersion"}) @Deprecated public ConnectionConfiguration(Long idleTimeout, Integer backendTcpProxyProtocolVersion)
public static ConnectionConfiguration.Builder builder()
Create a new builder.
public Long getIdleTimeout()
The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations.
For more information, see Connection Configuration.
Example: 1200
public Integer getBackendTcpProxyProtocolVersion()
The backend TCP Proxy Protocol version.
Example: 1
Copyright © 2016–2020. All rights reserved.