public static enum ServerSettings.HttpConnector.Encryption extends Enum<ServerSettings.HttpConnector.Encryption>
| Modifier and Type | Method and Description |
|---|---|
static ServerSettings.HttpConnector.Encryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSettings.HttpConnector.Encryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerSettings.HttpConnector.Encryption NONE
public static final ServerSettings.HttpConnector.Encryption TLS
public static ServerSettings.HttpConnector.Encryption[] values()
for (ServerSettings.HttpConnector.Encryption c : ServerSettings.HttpConnector.Encryption.values()) System.out.println(c);
public static ServerSettings.HttpConnector.Encryption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.