Package | Description |
---|---|
org.apache.james.dnsservice.dnsjava | |
org.apache.james.dnsservice.library | |
org.apache.james.dnsservice.library.inetnetwork | |
org.apache.james.dnsservice.library.netmatcher | |
org.apache.james.domainlist.lib | |
org.apache.james.fetchmail | |
org.apache.james.mailetcontainer.impl | |
org.apache.james.smtpserver.fastfail | |
org.apache.james.smtpserver.netty | |
org.apache.james.transport.mailets |
Core mailets for use with the Mailet API.
|
org.apache.james.transport.matchers |
Core matchers for use with the Mailet API.
|
Modifier and Type | Class and Description |
---|---|
class |
DNSJavaService
Provides DNS client functionality to services running inside James
|
Constructor and Description |
---|
MXHostAddressIterator(Iterator<String> hosts,
DNSService dns,
boolean useSingleIP,
org.slf4j.Logger logger) |
MXHostAddressIterator(Iterator<String> hosts,
int defaultPort,
DNSService dns,
boolean useSingleIP,
org.slf4j.Logger logger) |
Constructor and Description |
---|
InetNetworkBuilder(DNSService dnsServer)
Constructs a InetNetwork.
|
Constructor and Description |
---|
NetMatcher(Collection<String> nets,
DNSService dnsServer)
Create a new instance of Netmatcher.
|
NetMatcher(String[] nets,
DNSService dnsServer)
Create a new instance of Netmatcher.
|
Modifier and Type | Method and Description |
---|---|
protected DNSService |
AbstractDomainList.getDNSServer()
Return dnsServer
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDomainList.setDNSService(DNSService dns) |
Modifier and Type | Method and Description |
---|---|
protected DNSService |
ProcessorAbstract.getDNSServer()
Returns the DNSService
|
protected DNSService |
FetchMail.getDNSService()
Returns the DNSService.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchScheduler.setDNSService(DNSService dns) |
void |
FetchMail.setDNSService(DNSService dns) |
Modifier and Type | Field and Description |
---|---|
protected DNSService |
JamesMailetContext.dns |
Modifier and Type | Method and Description |
---|---|
void |
JamesMailetContext.setDNSService(DNSService dns) |
Modifier and Type | Method and Description |
---|---|
DNSService |
URIRBLHandler.getDNSService()
Gets the DNS service.
|
DNSService |
ValidRcptMX.getDNSService()
Gets the DNS service.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidRcptMX.setBannedNetworks(Collection<String> networks,
DNSService dnsServer)
Set the banned networks
|
void |
ReverseEqualsEhloHeloHandler.setDNSService(DNSService dns) |
void |
ResolvableEhloHeloHandler.setDNSService(DNSService dns) |
void |
URIRBLHandler.setDNSService(DNSService dnsService)
Sets the DNS service.
|
void |
ValidSenderDomainHandler.setDNSService(DNSService dnsService) |
void |
ValidRcptMX.setDNSService(DNSService dnsService)
Sets the DNS service.
|
void |
DNSRBLHandler.setDNSService(DNSService dns) |
void |
JDBCGreylistHandler.setDNSService(DNSService dnsService) |
Modifier and Type | Method and Description |
---|---|
void |
SMTPServerFactory.setDNSService(DNSService dns) |
void |
SMTPServer.setDNSService(DNSService dns) |
Modifier and Type | Field and Description |
---|---|
protected DNSService |
AbstractRedirect.dns |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRedirect.setDNSService(DNSService dns) |
void |
RemoteDelivery.setDNSService(DNSService dnsService) |
void |
AbstractRecipientRewriteTable.setDNSService(DNSService dns)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNetworkMatcher.setDNSService(DNSService dnsService)
Injection setter for the DNSService.
|
void |
NetworkIsInWhitelist.setDNSService(DNSService dns)
Injection setter for the DNSService.
|
void |
InSpammerBlacklist.setDNSService(DNSService dnsService) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.