com.eruces.teagent.TEConnectionType
The TEConnectionType class indicates the type of connection in use.
Static Public Attributes
| Type | Name | Description |
|---|---|---|
| final TEConnectionType | SOCKET | The SOCKET field indicates that a normal socket connection is in use. |
| final TEConnectionType | SECURE_SOCKET | The SECURE_SOCKET field indicates that a TLS socket connection is in use. |
| final TEConnectionType | SSLM_SOCKET | The SSLM_SOCKET field indicates that a secure socket with mutual authentication connection for TLS or PKCS 11,12 authentication is in use. |