75 строки
3.3 KiB
YAML
75 строки
3.3 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.eventhubs.TransportType"
|
|
fullName: "com.microsoft.azure.eventhubs.TransportType"
|
|
name: "TransportType"
|
|
nameWithType: "TransportType"
|
|
summary: "All Transport<wbr>Type switches available for communicating to Event<wbr>Hubs service."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
|
|
- "java.lang.Enum.clone()"
|
|
- "java.lang.Enum.compareTo(E)"
|
|
- "java.lang.Enum.equals(java.lang.Object)"
|
|
- "java.lang.Enum.finalize()"
|
|
- "java.lang.Enum.getDeclaringClass()"
|
|
- "java.lang.Enum.hashCode()"
|
|
- "java.lang.Enum.name()"
|
|
- "java.lang.Enum.ordinal()"
|
|
- "java.lang.Enum.toString()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public enum TransportType extends Enum<TransportType>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.eventhubs.TransportType.AMQP"
|
|
fullName: "com.microsoft.azure.eventhubs.TransportType.AMQP"
|
|
name: "AMQP"
|
|
nameWithType: "TransportType.AMQP"
|
|
summary: "AMQP over TCP."
|
|
desc: "AMQP over TCP. Uses port 5671 - assigned by IANA for secure AMQP (AMQPS)."
|
|
- uid: "com.microsoft.azure.eventhubs.TransportType.AMQP_WEB_SOCKETS"
|
|
fullName: "com.microsoft.azure.eventhubs.TransportType.AMQP_WEB_SOCKETS"
|
|
name: "AMQP_WEB_SOCKETS"
|
|
nameWithType: "TransportType.AMQP_WEB_SOCKETS"
|
|
summary: "AMQP over Web Sockets."
|
|
desc: "AMQP over Web Sockets. Uses port 443."
|
|
methods:
|
|
- uid: "com.microsoft.azure.eventhubs.TransportType.toString()"
|
|
fullName: "com.microsoft.azure.eventhubs.TransportType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "TransportType.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.eventhubs.TransportType.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventhubs.TransportType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "TransportType.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static TransportType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.eventhubs.TransportType?alt=com.microsoft.azure.eventhubs.TransportType&text=TransportType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventhubs.TransportType.values()"
|
|
fullName: "com.microsoft.azure.eventhubs.TransportType.values()"
|
|
name: "values()"
|
|
nameWithType: "TransportType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static TransportType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.eventhubs.TransportType?alt=com.microsoft.azure.eventhubs.TransportType&text=TransportType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "All TransportType switches available for communicating to EventHubs service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.eventhubs"
|
|
artifact: com.microsoft.azure:azure-eventhubs:3.2.2
|