FrontDoorProtocol Class

public final class FrontDoorProtocol
extends ExpandableStringEnum<FrontDoorProtocol>

Accepted protocol schemes.

Field Summary

Modifier and Type Field and Description
static final FrontDoorProtocol HTTP

Static value Http for FrontDoorProtocol.

static final FrontDoorProtocol HTTPS

Static value Https for FrontDoorProtocol.

Constructor Summary

Constructor Description
FrontDoorProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorProtocol value.

Method Summary

Modifier and Type Method and Description
static FrontDoorProtocol fromString(String name)

Creates or finds a FrontDoorProtocol from its string representation.

static Collection<FrontDoorProtocol> values()

Gets known FrontDoorProtocol values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HTTP

public static final FrontDoorProtocol HTTP

Static value Http for FrontDoorProtocol.

HTTPS

public static final FrontDoorProtocol HTTPS

Static value Https for FrontDoorProtocol.

Constructor Details

FrontDoorProtocol

@Deprecated
public FrontDoorProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorProtocol value.

Method Details

fromString

public static FrontDoorProtocol fromString(String name)

Creates or finds a FrontDoorProtocol from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FrontDoorProtocol.

values

public static Collection values()

Gets known FrontDoorProtocol values.

Returns:

known FrontDoorProtocol values.

Applies to