Uses of Interface
mireka.filter.FilterChain
-
Packages that use FilterChain Package Description mireka.filter Contains the filter API; filters follow an SMTP transaction and may respond to individual SMTP commands.mireka.filterchain Contains classes for the configuration and instantiation of a filter chain. -
-
Uses of FilterChain in mireka.filter
Fields in mireka.filter declared as FilterChain Modifier and Type Field Description protected FilterChainAbstractFilter. chainMethods in mireka.filter with parameters of type FilterChain Modifier and Type Method Description voidAbstractFilter. setChain(FilterChain chain)voidDataRecipientFilterAdapter. setChain(FilterChain chain)voidFilter. setChain(FilterChain chain)an implementation must store the supplied view to the next filter in the chain. -
Uses of FilterChain in mireka.filterchain
Methods in mireka.filterchain that return FilterChain Modifier and Type Method Description FilterChainFilterInstances. getHead()
-