Uses of Class
org.apache.commons.net.ProtocolCommandSupport
Packages that use ProtocolCommandSupport
Package
Description
Common socket classes and protocol command utility classes
FTP and FTPS support classes
NNTP - network news transfer protocol
POP3 and POP3S mail
SMTP and SMTPS mail
-
Uses of ProtocolCommandSupport in org.apache.commons.net
Fields in org.apache.commons.net declared as ProtocolCommandSupportModifier and TypeFieldDescriptionprivate ProtocolCommandSupportSocketClient.commandSupportA ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and the firing of ProtocolCommandEvents.Methods in org.apache.commons.net that return ProtocolCommandSupportModifier and TypeMethodDescriptionprotected ProtocolCommandSupportSocketClient.getCommandSupport()Subclasses can override this if they need to provide their own instance field for backwards compatibility. -
Uses of ProtocolCommandSupport in org.apache.commons.net.ftp
Fields in org.apache.commons.net.ftp declared as ProtocolCommandSupportModifier and TypeFieldDescriptionprotected ProtocolCommandSupportFTP._commandSupport_A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and the firing of ProtocolCommandEvents.Methods in org.apache.commons.net.ftp that return ProtocolCommandSupportModifier and TypeMethodDescriptionprotected ProtocolCommandSupportFTP.getCommandSupport()Provide command support to super-class -
Uses of ProtocolCommandSupport in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as ProtocolCommandSupportModifier and TypeFieldDescriptionprotected ProtocolCommandSupportNNTP._commandSupport_A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.Methods in org.apache.commons.net.nntp that return ProtocolCommandSupportModifier and TypeMethodDescriptionprotected ProtocolCommandSupportNNTP.getCommandSupport()Provide command support to super-class -
Uses of ProtocolCommandSupport in org.apache.commons.net.pop3
Fields in org.apache.commons.net.pop3 declared as ProtocolCommandSupportModifier and TypeFieldDescriptionprotected ProtocolCommandSupportPOP3._commandSupport_A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and the firing of ProtocolCommandEvents.Methods in org.apache.commons.net.pop3 that return ProtocolCommandSupportModifier and TypeMethodDescriptionprotected ProtocolCommandSupportPOP3.getCommandSupport()Provide command support to super-class -
Uses of ProtocolCommandSupport in org.apache.commons.net.smtp
Fields in org.apache.commons.net.smtp declared as ProtocolCommandSupportModifier and TypeFieldDescriptionprotected ProtocolCommandSupportSMTP._commandSupport_A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.Methods in org.apache.commons.net.smtp that return ProtocolCommandSupportModifier and TypeMethodDescriptionprotected ProtocolCommandSupportSMTP.getCommandSupport()Provide command support to super-class