|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportStrategy | |
---|---|
org.codemonkey.simplejavamail |
Uses of TransportStrategy in org.codemonkey.simplejavamail |
---|
Methods in org.codemonkey.simplejavamail that return TransportStrategy | |
---|---|
static TransportStrategy |
TransportStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransportStrategy[] |
TransportStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.codemonkey.simplejavamail with parameters of type TransportStrategy | |
---|---|
Mailer(String host,
Integer port,
String username,
String password,
TransportStrategy transportStrategy)
Overloaded constructor which produces a new Session on the fly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |