Package org.glassfish.grizzly.config.dom
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 -
Method Summary
Modifier and TypeMethodDescriptionDefines public SelectionKey handler, which could be referenced within transportDefines the transportsMethods 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
-
getSelectionKeyHandler
List<SelectionKeyHandler> getSelectionKeyHandler()Defines public SelectionKey handler, which could be referenced within transport -
getTransport
Defines the transports -
getParent
- Specified by:
getParentin interfaceorg.jvnet.hk2.config.ConfigBeanProxy
-