com.openexchange.admin.rmi.utils
Interface URIDefaults
public interface URIDefaults
This interface defines the defaults for the URIParser
. If no protocol or port is specified in the input, this defaults are used.
The non SSL defaults are always preferred. The SSL defaults only help in determining the protocol or the port if the other part is parsed.
- Author:
- Marcus Klein
IMAP
static final URIDefaults IMAP
NULL
static final URIDefaults NULL
SMTP
static final URIDefaults SMTP
POP3
static final URIDefaults POP3
getProtocol
java.lang.String getProtocol()
getSSLProtocol
java.lang.String getSSLProtocol()
getPort
int getPort()
getSSLPort
int getSSLPort()