Class ProtocolType


  • public final class ProtocolType
    extends com.azure.core.util.ExpandableStringEnum<ProtocolType>
    Defines values for ProtocolType.
    • Field Detail

      • SERVER_NAME_INDICATION

        public static final ProtocolType SERVER_NAME_INDICATION
        Static value ServerNameIndication for ProtocolType.
      • IPBASED

        public static final ProtocolType IPBASED
        Static value IPBased for ProtocolType.
    • Constructor Detail

      • ProtocolType

        public ProtocolType()
    • Method Detail

      • fromString

        public static ProtocolType fromString​(String name)
        Creates or finds a ProtocolType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ProtocolType.