|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolCommandListener | |
|---|---|
| org.apache.commons.net | Common socket classes and protocol command utility classes |
| org.apache.commons.net.pop3 | POP3 and POP3S mail |
| org.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 | |
|---|---|
class |
PrintCommandListener
This is a support class for some of the example programs. |
| Methods in org.apache.commons.net with parameters of type ProtocolCommandListener | |
|---|---|
void |
SocketClient.addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener. |
void |
ProtocolCommandSupport.addProtocolCommandListener(ProtocolCommandListener listener)
Adds a ProtocolCommandListener. |
void |
SocketClient.removeProtocolCommandListener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener. |
void |
ProtocolCommandSupport.removeProtocolCommandListener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener. |
| Uses of ProtocolCommandListener in org.apache.commons.net.pop3 |
|---|
| Methods in org.apache.commons.net.pop3 with parameters of type ProtocolCommandListener | |
|---|---|
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 | |
|---|---|
void |
SMTP.removeProtocolCommandistener(ProtocolCommandListener listener)
Removes a ProtocolCommandListener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||