Uses of Interface
org.apache.james.protocols.smtp.DNSService

Packages that use DNSService
org.apache.james.protocols.smtp.core.fastfail   
 

Uses of DNSService in org.apache.james.protocols.smtp.core.fastfail
 

Fields in org.apache.james.protocols.smtp.core.fastfail declared as DNSService
protected  DNSService ResolvableEhloHeloHandler.dnsService
           
 

Methods in org.apache.james.protocols.smtp.core.fastfail that return DNSService
 DNSService ResolvableEhloHeloHandler.getDNSService()
          Gets the DNS service.
 

Methods in org.apache.james.protocols.smtp.core.fastfail with parameters of type DNSService
 void ValidSenderDomainHandler.setDNSService(DNSService dnsService)
          Sets the DNS service.
 void ResolvableEhloHeloHandler.setDNSService(DNSService dnsService)
          Sets the DNS service.
 void DNSRBLHandler.setDNSService(DNSService dnsService)
          Sets the DNS service.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.