Interface AgentContext
-
- All Known Implementing Classes:
SMTPAgent
public interface AgentContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<InetAddress>
getAllowedClients()
org.subethamail.smtp.AuthenticationHandler
getAuthenticationHandler()
DupeDetection
getDupeDetection()
ErrorRelay
getErrorRelay()
URI
getRoutingScriptURI()
Map<String,Object>
getScriptParameters()
void
validatePeer(SocketAddress remoteAddress)
-
-
-
Method Detail
-
getAllowedClients
List<InetAddress> getAllowedClients()
-
getAuthenticationHandler
org.subethamail.smtp.AuthenticationHandler getAuthenticationHandler()
-
getErrorRelay
ErrorRelay getErrorRelay()
-
getRoutingScriptURI
URI getRoutingScriptURI()
-
validatePeer
void validatePeer(SocketAddress remoteAddress) throws org.subethamail.smtp.RejectException
- Throws:
org.subethamail.smtp.RejectException
-
getDupeDetection
DupeDetection getDupeDetection()
-
-