All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.network.mail.base.ServerOptions
ServerOptions
hold the configuration information about a
machine on a TCP/IP network. In the SMTP/POP3 beans, it is used to store
information about the SMTP and POP3 servers.
ServerOptions
.
public ServerOptions(String host, int port)
ServerOptions
.
Creates a ServerOptions
with the specified host
and port
.
host
is
null or port
< 1.
public String getHost()
public int getPort()
All Packages Class Hierarchy This Package Previous Next Index