### YamlMime:JavaEnum uid: "com.azure.core.amqp.AmqpTransportType" fullName: "com.azure.core.amqp.AmqpTransportType" name: "AmqpTransportType" nameWithType: "AmqpTransportType" summary: "All TransportType switches available for AMQP protocol." inheritances: - "" - "" inheritedClassMethods: - classRef: "java.lang.Enum" methodsRef: - "valueOf" - "clone" - "compareTo" - "describeConstable" - "equals" - "finalize" - "getDeclaringClass" - "hashCode" - "name" - "ordinal" - "toString" - classRef: "java.lang.Object" methodsRef: - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public enum **AmqpTransportType**
extends Enum<>" fields: - uid: "com.azure.core.amqp.AmqpTransportType.AMQP" fullName: "com.azure.core.amqp.AmqpTransportType.AMQP" name: "AMQP" nameWithType: "AmqpTransportType.AMQP" summary: "AMQP over TCP." desc: "AMQP over TCP. Uses port 5671 - assigned by IANA for secure AMQP." - uid: "com.azure.core.amqp.AmqpTransportType.AMQP_WEB_SOCKETS" fullName: "com.azure.core.amqp.AmqpTransportType.AMQP_WEB_SOCKETS" name: "AMQP_WEB_SOCKETS" nameWithType: "AmqpTransportType.AMQP_WEB_SOCKETS" summary: "AMQP over Web Sockets." desc: "AMQP over Web Sockets. Uses port 443." methods: - uid: "com.azure.core.amqp.AmqpTransportType.fromString(java.lang.String)" fullName: "com.azure.core.amqp.AmqpTransportType.fromString(String value)" name: "fromString(String value)" nameWithType: "AmqpTransportType.fromString(String value)" summary: "Creates an TransportType from its display value." modifiers: - "static" parameters: - description: "The string value of the TransportType." name: "value" type: "String" syntax: "public static AmqpTransportType fromString(String value)" desc: "Creates an TransportType from its display value." returns: description: "The TransportType represented by the value." type: "" - uid: "com.azure.core.amqp.AmqpTransportType.toString()" fullName: "com.azure.core.amqp.AmqpTransportType.toString()" name: "toString()" nameWithType: "AmqpTransportType.toString()" overridden: "java.lang.Enum.toString()" syntax: "public String toString()" returns: type: "String" - uid: "com.azure.core.amqp.AmqpTransportType.valueOf(java.lang.String)" fullName: "com.azure.core.amqp.AmqpTransportType.valueOf(String name)" name: "valueOf(String name)" nameWithType: "AmqpTransportType.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "String" syntax: "public static AmqpTransportType valueOf(String name)" returns: type: "" - uid: "com.azure.core.amqp.AmqpTransportType.values()" fullName: "com.azure.core.amqp.AmqpTransportType.values()" name: "values()" nameWithType: "AmqpTransportType.values()" modifiers: - "static" syntax: "public static AmqpTransportType[] values()" returns: type: "[]" desc: "All TransportType switches available for AMQP protocol." metadata: {} package: "com.azure.core.amqp" artifact: com.azure:azure-core-amqp:2.9.9