Uses of Class
org.apache.commons.net.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
Modifier and TypeMethodDescriptionprotected ProtocolCommandSupport
SocketClient.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
Modifier and TypeFieldDescriptionprotected ProtocolCommandSupport
FTP._commandSupport_
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and the firing of ProtocolCommandEvents.Modifier and TypeMethodDescriptionprotected ProtocolCommandSupport
FTP.getCommandSupport()
Provide command support to super-class -
Uses of ProtocolCommandSupport in org.apache.commons.net.nntp
Modifier and TypeFieldDescriptionprotected ProtocolCommandSupport
NNTP._commandSupport_
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.Modifier and TypeMethodDescriptionprotected ProtocolCommandSupport
NNTP.getCommandSupport()
Provide command support to super-class -
Uses of ProtocolCommandSupport in org.apache.commons.net.pop3
Modifier and TypeFieldDescriptionprotected ProtocolCommandSupport
POP3._commandSupport_
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and the firing of ProtocolCommandEvents.Modifier and TypeMethodDescriptionprotected ProtocolCommandSupport
POP3.getCommandSupport()
Provide command support to super-class -
Uses of ProtocolCommandSupport in org.apache.commons.net.smtp
Modifier and TypeFieldDescriptionprotected ProtocolCommandSupport
SMTP._commandSupport_
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.Modifier and TypeMethodDescriptionprotected ProtocolCommandSupport
SMTP.getCommandSupport()
Provide command support to super-class