Serialized Form
-
Package org.apache.jmeter.protocol.mail.sampler
-
Class org.apache.jmeter.protocol.mail.sampler.MailReaderSampler
class MailReaderSampler extends org.apache.jmeter.samplers.AbstractSampler implements Serializable- serialVersionUID:
- 240L
-
Serialized Fields
-
busy
boolean busy
-
-
-
Package org.apache.jmeter.protocol.mail.sampler.gui
-
Class org.apache.jmeter.protocol.mail.sampler.gui.MailReaderSamplerGui
class MailReaderSamplerGui extends org.apache.jmeter.samplers.gui.AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
-
Serialized Fields
-
accountLabel
String accountLabel
-
allMessagesButton
JRadioButton allMessagesButton
-
allMessagesLabel
String allMessagesLabel
-
deleteBox
JCheckBox deleteBox
-
deleteLabel
String deleteLabel
-
folderBox
JTextField folderBox
-
folderLabel
JLabel folderLabel
-
folderLabelStr
String folderLabelStr
-
headerOnlyBox
JCheckBox headerOnlyBox
-
headerOnlyLabel
String headerOnlyLabel
-
numMessagesLabel
String numMessagesLabel
-
passwordBox
JTextField passwordBox
-
passwordLabel
String passwordLabel
-
portBox
JTextField portBox
-
portLabel
String portLabel
-
securitySettingsPanel
SecuritySettingsPanel securitySettingsPanel
-
serverBox
JTextField serverBox
-
serverLabel
String serverLabel
-
serverTypeBox
JTextField serverTypeBox
-
serverTypeLabel
String serverTypeLabel
-
someMessagesButton
JRadioButton someMessagesButton
-
someMessagesField
JTextField someMessagesField
-
storeMime
String storeMime
-
storeMimeMessageBox
JCheckBox storeMimeMessageBox
-
usernameBox
JTextField usernameBox
-
-
-
Package org.apache.jmeter.protocol.smtp.sampler
-
Class org.apache.jmeter.protocol.smtp.sampler.SmtpSampler
class SmtpSampler extends org.apache.jmeter.samplers.AbstractSampler implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.jmeter.protocol.smtp.sampler.gui
-
Class org.apache.jmeter.protocol.smtp.sampler.gui.SecuritySettingsPanel
class SecuritySettingsPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bgSecuritySettings
ButtonGroup bgSecuritySettings
-
cbEnforceStartTLS
JCheckBox cbEnforceStartTLS
-
cbTrustAllCerts
JCheckBox cbTrustAllCerts
-
cbUseLocalTrustStore
JCheckBox cbUseLocalTrustStore
-
jlTlsProtocolsToUse
JLabel jlTlsProtocolsToUse
-
jlTrustStoreToUse
JLabel jlTrustStoreToUse
-
rbUseNone
JRadioButton rbUseNone
-
rbUseSSL
JRadioButton rbUseSSL
-
rbUseStartTLS
JRadioButton rbUseStartTLS
-
tfTlsProtocolsToUse
JTextField tfTlsProtocolsToUse
-
tfTrustStoreToUse
JTextField tfTrustStoreToUse
-
-
Class org.apache.jmeter.protocol.smtp.sampler.gui.SmtpPanel
class SmtpPanel extends JPanel implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
addHeaderFieldButton
JButton addHeaderFieldButton
-
attachmentFileChooser
JFileChooser attachmentFileChooser
-
browseButton
JButton browseButton
-
cbEnableDebug
JCheckBox cbEnableDebug
-
cbIncludeTimestamp
JCheckBox cbIncludeTimestamp
-
cbMessageSizeStats
JCheckBox cbMessageSizeStats
-
cbPlainBody
JCheckBox cbPlainBody
-
cbSuppressSubject
JCheckBox cbSuppressSubject
-
cbUseAuth
JCheckBox cbUseAuth
-
cbUseEmlMessage
JCheckBox cbUseEmlMessage
-
emlBrowseButton
JButton emlBrowseButton
-
emlFileChooser
JFileChooser emlFileChooser
-
headerFieldName
JLabel headerFieldName
-
headerFields
Map<JTextField,
JTextField> headerFields -
headerFieldsPanel
JPanel headerFieldsPanel
-
headerFieldValue
JLabel headerFieldValue
-
headerGridY
int headerGridY
-
removeButtons
Map<JButton,
JTextField> removeButtons -
securitySettingsPanel
SecuritySettingsPanel securitySettingsPanel
-
taMessage
JTextArea taMessage
-
tfAttachment
JTextField tfAttachment
-
tfAuthPassword
JTextField tfAuthPassword
-
tfAuthUsername
JTextField tfAuthUsername
-
tfEmlMessage
JTextField tfEmlMessage
-
tfMailFrom
JTextField tfMailFrom
-
tfMailReplyTo
JTextField tfMailReplyTo
-
tfMailServer
JTextField tfMailServer
-
tfMailServerConnectionTimeout
JTextField tfMailServerConnectionTimeout
-
tfMailServerPort
JTextField tfMailServerPort
-
tfMailServerTimeout
JTextField tfMailServerTimeout
-
tfMailTo
JTextField tfMailTo
-
tfMailToBCC
JTextField tfMailToBCC
-
tfMailToCC
JTextField tfMailToCC
-
tfSubject
JTextField tfSubject
-
-
Class org.apache.jmeter.protocol.smtp.sampler.gui.SmtpSamplerGui
class SmtpSamplerGui extends org.apache.jmeter.samplers.gui.AbstractSamplerGui implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
smtpPanel
SmtpPanel smtpPanel
-
-