public enum WsebProtocol extends Enum<WsebProtocol> implements org.kaazing.gateway.resource.address.Protocol
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSecure() |
static WsebProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsebProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsebProtocol WSEB
public static final WsebProtocol WSEB_SSL
public static final String NAME
public static WsebProtocol[] values()
for (WsebProtocol c : WsebProtocol.values()) System.out.println(c);
public static WsebProtocol 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 boolean isSecure()
isSecure in interface org.kaazing.gateway.resource.address.ProtocolCopyright © 2014–2015. All rights reserved.