Package | Description |
---|---|
org.apache.commons.net | |
org.apache.commons.net.ftp | |
org.apache.commons.net.nntp | |
org.apache.commons.net.pop3 | |
org.apache.commons.net.smtp |
Modifier and Type | Method | Description |
---|---|---|
void |
ProtocolCommandSupport.addProtocolCommandListener(ProtocolCommandListener listener) |
Adds a ProtocolCommandListener.
|
void |
ProtocolCommandSupport.removeProtocolCommandListener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FTP.addProtocolCommandListener(ProtocolCommandListener listener) |
Adds a ProtocolCommandListener.
|
void |
FTP.removeProtocolCommandListener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NNTP.addProtocolCommandListener(ProtocolCommandListener listener) |
Adds a ProtocolCommandListener.
|
void |
NNTP.removeProtocolCommandListener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
POP3.addProtocolCommandListener(ProtocolCommandListener listener) |
Adds a ProtocolCommandListener.
|
void |
POP3.removeProtocolCommandistener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SMTP.addProtocolCommandListener(ProtocolCommandListener listener) |
Adds a ProtocolCommandListener.
|
void |
SMTP.removeProtocolCommandistener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|