public final class ProtocolType extends Enum
Modifier and Type | Field and Description |
---|---|
static ProtocolType |
SIP
Protocol type that uses SIP communication protocol.
|
static ProtocolType |
SIPS
Protocol type that uses SIPS communication protocol for security.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ProtocolType |
valueOf(String name) |
static ProtocolType[] |
values() |
public static final ProtocolType SIP
public static final ProtocolType SIPS
public static ProtocolType[] values()
public static ProtocolType valueOf(String name)
public String getValue()
Copyright © 2023 Avaya. All rights reserved.