A B C D G H M R S T V

S

setConnectionTimeout(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
Set the connection timeout value for connection to the BDKIM perl server, value specified in seconds; this only applies when first creating the connection, not during data transmission.
setConnectTries(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
Set the number of attempts to be made to connect to the server before failing a given connection attempt (for one message)
setDataTimeout(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
Set the connection timeout value for connection to the BDKIM perl server, value specified in seconds; this only applies when sending data to the server, not when making the original connection.
setHost(String) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
host name, or IP address in String form, pointing to the BDKIM perl server, e.g.
setPort(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
Port to use when contacting the BDKIM perl serevr -- must be between 0 and 65535, inclusive

A B C D G H M R S T V