Interface NetworkListeners

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

public interface NetworkListeners extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Contains set of network-listener, which bind protocol to a specific endpoint to listen on
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    Defines network listeners
     
    Defines public thread-pool(s), which could be referenced within network-listener element(s)

    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

    • getThreadPool

      List<ThreadPool> getThreadPool()
      Defines public thread-pool(s), which could be referenced within network-listener element(s)
    • getNetworkListener

      List<NetworkListener> getNetworkListener()
      Defines network listeners
    • getParent

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