public interface PortUnification extends ConfigBeanProxy, PropertyBag
Modifier and Type | Interface and Description |
---|---|
static class |
PortUnification.Duck |
Modifier and Type | Field and Description |
---|---|
static boolean |
STICKY_ENABLED |
Modifier and Type | Method and Description |
---|---|
String |
getClassname()
Port unification logic implementation class
|
Protocol |
getParent()
Returns the parent element of this configuration element.
|
List<ProtocolFinder> |
getProtocolFinder()
Set of protocol finders, which will be responsible for protocol recognition
|
String |
getWebProtocolStickyEnabled()
If the data came on a network connection is recognized as HTTP packet
and it is passed to a default Web protocol - then, if Web protocol sticky
flag is enabled, the network connection gets associated with the Web
protocol forever, and port unification finder will never be called again
for this network connection.
|
void |
setClassname(String value) |
void |
setProtocolFinder(List<ProtocolFinder> list) |
void |
setStickyProtocolEnabled(String enabled)
If the data came on a network connection is recognized as HTTP packet
and it is passed to a default Web protocol - then, if Web protocol sticky
flag is enabled, the network connection gets associated with the Web
protocol forever, and port unification finder will never be called again
for this network connection.
|
createChild, deepCopy, getParent
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
static final boolean STICKY_ENABLED
String getClassname()
void setClassname(String value)
List<ProtocolFinder> getProtocolFinder()
void setProtocolFinder(List<ProtocolFinder> list)
String getWebProtocolStickyEnabled()
void setStickyProtocolEnabled(String enabled)
@DuckTyped Protocol getParent()
ConfigBeanProxy
getParent
in interface ConfigBeanProxy
Copyright © 2019. All rights reserved.