|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolCommandSupport | |
---|---|
org.apache.commons.net | Common socket classes and protocol command utility classes |
org.apache.commons.net.ftp | FTP and FTPS support classes |
org.apache.commons.net.nntp | NNTP - network news transfer protocol |
org.apache.commons.net.pop3 | POP3 and POP3S mail |
org.apache.commons.net.smtp | SMTP and SMTPS mail |
Uses of ProtocolCommandSupport in org.apache.commons.net |
---|
Methods in org.apache.commons.net that return ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
SocketClient.getCommandSupport()
Subclasses can override this if they need to provide their own instance field for backwards compatibilty. |
Uses of ProtocolCommandSupport in org.apache.commons.net.ftp |
---|
Fields in org.apache.commons.net.ftp declared as ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
FTP._commandSupport_
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents. |
Methods in org.apache.commons.net.ftp that return ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
FTP.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 ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
NNTP._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 ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
NNTP.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 ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
POP3._commandSupport_
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents. |
Methods in org.apache.commons.net.pop3 that return ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
POP3.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 ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
SMTP._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 ProtocolCommandSupport | |
---|---|
protected ProtocolCommandSupport |
SMTP.getCommandSupport()
Provide command support to super-class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |