public interface ProtocolChain extends ConfigBeanProxy, PropertyBag
Modifier and Type | Interface and Description |
---|---|
static class |
ProtocolChain.Duck |
Modifier and Type | Field and Description |
---|---|
static String |
TYPE |
static String |
TYPE_PATTERN |
Modifier and Type | Method and Description |
---|---|
String |
getClassname()
Protocol chain instance handler implementation class
|
Protocol |
getParent()
Returns the parent element of this configuration element.
|
List<ProtocolFilter> |
getProtocolFilter()
Defines protocol filter sequence, which will process a request.
|
@Pattern(regexp="STATELESS|STATEFUL") String |
getType()
Protocol chain type.
|
void |
setClassname(String value) |
void |
setProtocolFilter(List<ProtocolFilter> list) |
void |
setType(String value) |
createChild, deepCopy, getParent
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
static final String TYPE
static final String TYPE_PATTERN
String getClassname()
void setClassname(String value)
@Pattern(regexp="STATELESS|STATEFUL") @Pattern(regexp="STATELESS|STATEFUL") String getType()
void setType(String value)
List<ProtocolFilter> getProtocolFilter()
void setProtocolFilter(List<ProtocolFilter> list)
@DuckTyped Protocol getParent()
ConfigBeanProxy
getParent
in interface ConfigBeanProxy
Copyright © 2020. All rights reserved.