Enum Constant and Description |
---|
FILE |
GRPC |
HL7 |
HTTP |
HTTPS |
JMS |
KAFKA |
MQTT |
RABBITMQ |
WS |
WSS |
Modifier and Type | Method and Description |
---|---|
static Protocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol HTTP
public static final Protocol HTTPS
public static final Protocol WS
public static final Protocol WSS
public static final Protocol JMS
public static final Protocol HL7
public static final Protocol FILE
public static final Protocol KAFKA
public static final Protocol MQTT
public static final Protocol RABBITMQ
public static final Protocol GRPC
public static Protocol[] values()
for (Protocol c : Protocol.values()) System.out.println(c);
public static Protocol valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.