public static enum ITransportChannel.TransportChannelFeature extends Enum<ITransportChannel.TransportChannelFeature>
| Enum Constant and Description |
|---|
close |
closeAync |
open |
openAsync |
reconnect |
reconnectAsync |
sendRequest |
sendRequestAsync |
| Modifier and Type | Method and Description |
|---|---|
static ITransportChannel.TransportChannelFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITransportChannel.TransportChannelFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITransportChannel.TransportChannelFeature open
public static final ITransportChannel.TransportChannelFeature openAsync
public static final ITransportChannel.TransportChannelFeature reconnect
public static final ITransportChannel.TransportChannelFeature reconnectAsync
public static final ITransportChannel.TransportChannelFeature sendRequest
public static final ITransportChannel.TransportChannelFeature sendRequestAsync
public static final ITransportChannel.TransportChannelFeature close
public static final ITransportChannel.TransportChannelFeature closeAync
public static ITransportChannel.TransportChannelFeature[] values()
for (ITransportChannel.TransportChannelFeature c : ITransportChannel.TransportChannelFeature.values()) System.out.println(c);
public static ITransportChannel.TransportChannelFeature 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 © 2026. All rights reserved.