Uses of Interface
org.apache.commons.net.ProtocolCommandListener
-
Packages that use ProtocolCommandListener Package Description org.apache.commons.net Common socket classes and protocol command utility classesorg.apache.commons.net.examples.mail org.apache.commons.net.pop3 POP3 and POP3S mailorg.apache.commons.net.smtp SMTP and SMTPS mail -
-
Uses of ProtocolCommandListener in org.apache.commons.net
Classes in org.apache.commons.net that implement ProtocolCommandListener Modifier and Type Class Description class
PrintCommandListener
This is a support class for some of the example programs.Methods in org.apache.commons.net with parameters of type ProtocolCommandListener Modifier and Type Method Description void
ProtocolCommandSupport. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
SocketClient. addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener.void
ProtocolCommandSupport. removeProtocolCommandListener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener.void
SocketClient. removeProtocolCommandListener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener. -
Uses of ProtocolCommandListener in org.apache.commons.net.examples.mail
Methods in org.apache.commons.net.examples.mail with parameters of type ProtocolCommandListener Modifier and Type Method Description (package private) static IMAPClient
IMAPUtils. imapLogin(java.net.URI uri, int defaultTimeout, ProtocolCommandListener listener)
Parse the URI and use the details to connect to the IMAP(S) server and login. -
Uses of ProtocolCommandListener in org.apache.commons.net.pop3
Methods in org.apache.commons.net.pop3 with parameters of type ProtocolCommandListener Modifier and Type Method Description void
POP3. removeProtocolCommandistener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener. -
Uses of ProtocolCommandListener in org.apache.commons.net.smtp
Methods in org.apache.commons.net.smtp with parameters of type ProtocolCommandListener Modifier and Type Method Description void
SMTP. removeProtocolCommandistener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener.
-