| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.smtpserver.UnknownCmdHandler
public class UnknownCmdHandler
Default command handler for handling unknown commands
| Field Summary | |
|---|---|
| static java.lang.String | UNKNOWN_COMMANDThe name of the command handled by the command handler | 
| Constructor Summary | |
|---|---|
| UnknownCmdHandler() | |
| Method Summary | |
|---|---|
|  void | onCommand(SMTPSession session)Handler method called upon receipt of an unrecognized command. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String UNKNOWN_COMMAND
| Constructor Detail | 
|---|
public UnknownCmdHandler()
| Method Detail | 
|---|
public void onCommand(SMTPSession session)
onCommand in interface CommandHandlerCommandHandler.onCommand(SMTPSession)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||