public static enum RSocketProperties.Server.Transport extends Enum<RSocketProperties.Server.Transport>
Modifier and Type | Method and Description |
---|---|
static RSocketProperties.Server.Transport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSocketProperties.Server.Transport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSocketProperties.Server.Transport TCP
public static final RSocketProperties.Server.Transport WEBSOCKET
public static RSocketProperties.Server.Transport[] values()
for (RSocketProperties.Server.Transport c : RSocketProperties.Server.Transport.values()) System.out.println(c);
public static RSocketProperties.Server.Transport valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Pivotal Software, Inc.. All rights reserved.