public interface PortUnification
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.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() |
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.
|
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()
getParent in interface org.jvnet.hk2.config.ConfigBeanProxyCopyright © 2017. All rights reserved.