Package | Description |
---|---|
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
|
Modifier and Type | Class | Description |
---|---|---|
class |
PrintCommandListener |
This is a support class for some of the example programs.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
POP3.removeProtocolCommandistener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SMTP.removeProtocolCommandistener(ProtocolCommandListener listener) |
Removes a ProtocolCommandListener.
|