Package org.glassfish.grizzly.config.dom
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 -
Method Summary
Modifier and TypeMethodDescriptionDefines network listenersDefines public thread-pool(s), which could be referenced within network-listener element(s)Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParentMethods 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
- Specified by:
getParentin interfaceorg.jvnet.hk2.config.ConfigBeanProxy
-