public interface ProtocolFilter
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProtocolFilter.Duck |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
findProtocol() |
String |
getClassname()
Protocol filter implementation class
|
String |
getName()
Protocol filter name, which could be used as reference
|
ProtocolChain |
getParent() |
void |
setClassname(String value) |
void |
setName(String value) |
String getName()
void setName(String value)
String getClassname()
void setClassname(String value)
@DuckTyped Protocol findProtocol()
@DuckTyped ProtocolChain getParent()
getParent in interface org.jvnet.hk2.config.ConfigBeanProxyCopyright © 2017. All rights reserved.