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

Field Summary
static URIDefaults IMAP
           
static URIDefaults NULL
           
static URIDefaults POP3
           
static URIDefaults SMTP
           
 
Method Summary
 int getPort()
           
 java.lang.String getProtocol()
           
 int getSSLPort()
           
 java.lang.String getSSLProtocol()
           
 

Field Detail

IMAP

static final URIDefaults IMAP

NULL

static final URIDefaults NULL

SMTP

static final URIDefaults SMTP

POP3

static final URIDefaults POP3
Method Detail

getProtocol

java.lang.String getProtocol()

getSSLProtocol

java.lang.String getSSLProtocol()

getPort

int getPort()

getSSLPort

int getSSLPort()