Package org.glassfish.grizzly.config.dom
Interface ProtocolChainInstanceHandler
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag
public interface ProtocolChainInstanceHandler
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Defines protocol chain instantiation and releasing logic
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.DuckNested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck -
Method Summary
Modifier and TypeMethodDescriptionProtocol chain instance handler implementation classDefines protocol chain configurationvoidsetClassname(String value) voidsetProtocolChain(ProtocolChain value) Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Method Details
-
getClassname
String getClassname()Protocol chain instance handler implementation class -
setClassname
-
getProtocolChain
ProtocolChain getProtocolChain()Defines protocol chain configuration -
setProtocolChain
-