public class ConnectionType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ConnectionTypeClear
Clear-text connection.
|
static int |
ConnectionTypeStartTLS
Connection starts in clear-text and is switched to SSL when it starts sending sensitive data.
|
static int |
ConnectionTypeTLS
SSL connection.
|
Constructor and Description |
---|
ConnectionType() |
public static final int ConnectionTypeClear
public static final int ConnectionTypeStartTLS
public static final int ConnectionTypeTLS