Interface SelectionKeyHandler

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

@Deprecated public interface SelectionKeyHandler extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Deprecated.
This element is effectively ignored. No equivalent replacement.
Defines Transport's SelectionKey handling logic.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag

    org.jvnet.hk2.config.types.PropertyBag.Duck
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    SelectionKey handler implementation class
    Deprecated.
    SelectionKey handler name, which could be used as reference
    void
    Deprecated.
     
    void
    setName(String value)
    Deprecated.
     

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

    createChild, deepCopy, getParent, getParent

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

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

    • getName

      String getName()
      Deprecated.
      SelectionKey handler name, which could be used as reference
    • setName

      void setName(String value)
      Deprecated.
    • getClassname

      String getClassname()
      Deprecated.
      SelectionKey handler implementation class
    • setClassname

      void setClassname(String value)
      Deprecated.