Interface ProtocolFilter

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag

public interface ProtocolFilter extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Defines single protocol filter in a sequence
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Protocol filter implementation class
    Protocol filter name, which could be used as reference
     
    void
     
    void
    setName(String value)
     

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent

    Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag

    addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
  • Method Details

    • getName

      String getName()
      Protocol filter name, which could be used as reference
    • setName

      void setName(String value)
    • getClassname

      String getClassname()
      Protocol filter implementation class
    • setClassname

      void setClassname(String value)
    • findProtocol

      @DuckTyped Protocol findProtocol()
    • getParent

      @DuckTyped ProtocolChain getParent()
      Specified by:
      getParent in interface org.jvnet.hk2.config.ConfigBeanProxy