| Package | Description |
|---|---|
| org.apache.james.protocols.smtp.core | |
| org.apache.james.protocols.smtp.core.esmtp | |
| org.apache.james.protocols.smtp.core.fastfail | |
| org.apache.james.protocols.smtp.hook |
| Modifier and Type | Method and Description |
|---|---|
protected Class<HeloHook> |
HeloCmdHandler.getHookInterface()
Return the interface which hooks need to implement to hook in
|
| Modifier and Type | Method and Description |
|---|---|
protected HookResult |
HeloCmdHandler.callHook(HeloHook rawHook,
SMTPSession session,
String parameters)
Must be implemented by hookable cmd handlers to make the effective call to an hook.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<HeloHook> |
EhloCmdHandler.getHookInterface() |
| Modifier and Type | Method and Description |
|---|---|
protected HookResult |
EhloCmdHandler.callHook(HeloHook rawHook,
SMTPSession session,
String parameters)
Must be implemented by hookable cmd handlers to make the effective call to an hook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResolvableEhloHeloHandler
This CommandHandler can be used to reject not resolvable EHLO/HELO
|
class |
ReverseEqualsEhloHeloHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleHook
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.