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