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