public static enum TcpClientChannel.ChannelMode extends Enum<TcpClientChannel.ChannelMode>
| Modifier and Type | Method and Description |
|---|---|
abstract ChannelOpStrategy |
newOpStgy(TcpClientChannel channel) |
static TcpClientChannel.ChannelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcpClientChannel.ChannelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcpClientChannel.ChannelMode PUBDATA
public static final TcpClientChannel.ChannelMode SUBDATA
public static final TcpClientChannel.ChannelMode SUBCTRL
public static final TcpClientChannel.ChannelMode CLIENT
public static TcpClientChannel.ChannelMode[] values()
for (TcpClientChannel.ChannelMode c : TcpClientChannel.ChannelMode.values()) System.out.println(c);
public static TcpClientChannel.ChannelMode 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 nullpublic abstract ChannelOpStrategy newOpStgy(TcpClientChannel channel)
Copyright 2004-2021 Solace Corporation. All rights reserved.