| Package | Description |
|---|---|
| org.apache.nifi.jetty.configuration.connector |
| Modifier and Type | Field and Description |
|---|---|
private Set<ApplicationLayerProtocol> |
StandardServerConnectorFactory.applicationLayerProtocols |
private static Set<ApplicationLayerProtocol> |
StandardServerConnectorFactory.DEFAULT_APPLICATION_LAYER_PROTOCOLS |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationLayerProtocol |
ApplicationLayerProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLayerProtocol[] |
ApplicationLayerProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardServerConnectorFactory.setApplicationLayerProtocols(Set<ApplicationLayerProtocol> applicationLayerProtocols)
Set Application Layer Protocols applicable when TLS is enabled
|
Copyright © 2022 Apache NiFi Project. All rights reserved.