public class ProtocolConnection
extends java.lang.Object
| Constructor and Description |
|---|
ProtocolConnection()
Initializes a new instance of the ProtocolConnection class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncryptionMethod()
Gets the cryptographic method that is used for the POP, IMAP, and SMTP protocols.
|
java.lang.String |
getHostname()
Gets the host name portion of the full computer name of the computer.
|
int |
getPort()
Gets the port number to use for the protocol.
|
public ProtocolConnection()
public java.lang.String getHostname()
public int getPort()
public java.lang.String getEncryptionMethod()