Interface Protocols

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

public interface Protocols extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Contains the description of higher level protocols like: http, https, iiop, etc.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
     
     
    List of Protocol implementations

    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

    • getProtocol

      List<Protocol> getProtocol()
      List of Protocol implementations
    • findProtocol

      @DuckTyped Protocol findProtocol(String name)
    • getParent

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