Class ConnectionProperties (6.103.0)

public class ConnectionProperties

Utility class that defines all known connection properties.

Inheritance

java.lang.Object > ConnectionProperties

Static Fields

UNKNOWN_LENGTH

public static final ConnectionProperty<Integer> UNKNOWN_LENGTH
Field Value
Type Description
ConnectionProperty<Integer>

VALID_CONNECTION_PROPERTIES

public static ImmutableList<ConnectionProperty<?>> VALID_CONNECTION_PROPERTIES

The list of all supported connection properties.

Field Value
Type Description
com.google.common.collect.ImmutableList<ConnectionProperty<?>>