Interface Transports

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

public interface Transports extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
     
    Defines public SelectionKey handler, which could be referenced within transport
    Defines the transports

    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

    • getSelectionKeyHandler

      List<SelectionKeyHandler> getSelectionKeyHandler()
      Defines public SelectionKey handler, which could be referenced within transport
    • getTransport

      List<Transport> getTransport()
      Defines the transports
    • getParent

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