public final class ProtocolType extends com.azure.core.util.ExpandableStringEnum<ProtocolType>
| Modifier and Type | Field and Description |
|---|---|
static ProtocolType |
IPBASED
Static value IPBased for ProtocolType.
|
static ProtocolType |
SERVER_NAME_INDICATION
Static value ServerNameIndication for ProtocolType.
|
| Constructor and Description |
|---|
ProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
fromString(String name)
Creates or finds a ProtocolType from its string representation.
|
static Collection<ProtocolType> |
values() |
public static final ProtocolType SERVER_NAME_INDICATION
public static final ProtocolType IPBASED
public static ProtocolType fromString(String name)
name - a name to look for.public static Collection<ProtocolType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.