Uses of Interface
org.norther.tammi.spray.filter.LinkFilter

Packages that use LinkFilter
org.norther.tammi.spray.filter   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.media.tool   
org.norther.tammi.spray.protocol   
 

Uses of LinkFilter in org.norther.tammi.spray.filter
 

Classes in org.norther.tammi.spray.filter that implement LinkFilter
 class DefaultLinkFilter
          A default implementation of LinkFilter.
 

Uses of LinkFilter in org.norther.tammi.spray.locale
 

Subinterfaces of LinkFilter in org.norther.tammi.spray.locale
 interface PipeFilter
          PipeFilter maintains links to branching pipes and serves as the default source of their localized resources.
 

Classes in org.norther.tammi.spray.locale that implement LinkFilter
 class DefaultPipeFilter
          A default implementation of PipeFilter.
 

Uses of LinkFilter in org.norther.tammi.spray.media
 

Subinterfaces of LinkFilter in org.norther.tammi.spray.media
 interface ServiceFilter
          ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes.
 

Classes in org.norther.tammi.spray.media that implement LinkFilter
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

Uses of LinkFilter in org.norther.tammi.spray.media.tool
 

Methods in org.norther.tammi.spray.media.tool that return LinkFilter
protected  LinkFilter LinkTool.getLinkFilter()
          Gets the link filter from the filter stack.
 

Uses of LinkFilter in org.norther.tammi.spray.protocol
 

Subinterfaces of LinkFilter in org.norther.tammi.spray.protocol
 interface HostFilter
          HostFilter extends PipeFilter to support distribution of requests to host specific filters and pipes identified by the requested server name.
 

Classes in org.norther.tammi.spray.protocol that implement LinkFilter
 class DefaultHostFilter
          A default implementation of HostFilter.
 



Copyright © 2004 The Norther Organization. All rights reserved.