public interface Protocol extends ConfigBeanProxy, PropertyBag
Modifier and Type | Interface and Description |
---|---|
static class |
Protocol.Duck |
Modifier and Type | Field and Description |
---|---|
static boolean |
SECURITY_ENABLED |
Modifier and Type | Method and Description |
---|---|
List<NetworkListener> |
findNetworkListeners() |
Http |
getHttp()
Defines any HTTP settings for this Protocol
|
HttpRedirect |
getHttpRedirect()
Defines
http-redirect logic. |
String |
getName()
Protocol name which could be used as reference
|
Protocols |
getParent()
Returns the parent element of this configuration element.
|
PortUnification |
getPortUnification()
Defines port-unification logic.
|
ProtocolChainInstanceHandler |
getProtocolChainInstanceHandler()
Protocol chain instance handler logic.
|
String |
getSecurityEnabled()
True means the protocol is secured and ssl element will be used to initialize security settings.
|
Ssl |
getSsl()
Protocol security (ssl) configuration.
|
void |
setHttp(Http value) |
void |
setHttpRedirect(HttpRedirect value) |
void |
setName(String value) |
void |
setPortUnification(PortUnification value) |
void |
setProtocolChainInstanceHandler(ProtocolChainInstanceHandler value) |
void |
setSecurityEnabled(String value) |
void |
setSsl(Ssl value) |
createChild, deepCopy, getParent
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
static final boolean SECURITY_ENABLED
Http getHttp()
void setHttp(Http value)
String getName()
void setName(String value)
PortUnification getPortUnification()
void setPortUnification(PortUnification value)
HttpRedirect getHttpRedirect()
http-redirect
logic.void setHttpRedirect(HttpRedirect value)
ProtocolChainInstanceHandler getProtocolChainInstanceHandler()
void setProtocolChainInstanceHandler(ProtocolChainInstanceHandler value)
String getSecurityEnabled()
void setSecurityEnabled(String value)
Ssl getSsl()
void setSsl(Ssl value)
@DuckTyped List<NetworkListener> findNetworkListeners()
@DuckTyped Protocols getParent()
ConfigBeanProxy
getParent
in interface ConfigBeanProxy
Copyright © 2021. All rights reserved.