Uses of Interface
org.apache.commons.net.ProtocolCommandListener
Packages that use ProtocolCommandListener
Package
Description
Common socket classes and protocol command utility classes
POP3 and POP3S mail
SMTP and SMTPS mail
-
Uses of ProtocolCommandListener in org.apache.commons.net
Classes in org.apache.commons.net that implement ProtocolCommandListenerModifier and TypeClassDescriptionclassThis is a support class for some example programs.Methods in org.apache.commons.net with parameters of type ProtocolCommandListenerModifier and TypeMethodDescriptionvoidProtocolCommandSupport.addProtocolCommandListener(ProtocolCommandListener listener) Adds a ProtocolCommandListener.voidSocketClient.addProtocolCommandListener(ProtocolCommandListener listener) Adds a ProtocolCommandListener.voidProtocolCommandSupport.removeProtocolCommandListener(ProtocolCommandListener listener) Removes a ProtocolCommandListener.voidSocketClient.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 ProtocolCommandListenerModifier and TypeMethodDescription(package private) static IMAPClientIMAPUtils.imapLogin(URI uri, int defaultTimeout, ProtocolCommandListener listener) Parses 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 ProtocolCommandListenerModifier and TypeMethodDescriptionvoidPOP3.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 ProtocolCommandListenerModifier and TypeMethodDescriptionvoidSMTP.removeProtocolCommandistener(ProtocolCommandListener listener) Removes a ProtocolCommandListener.