public enum TransportProfile extends Enum<TransportProfile>
| Enum Constant and Description |
|---|
HTTPS_UABINARY |
HTTPS_UAJSON |
HTTPS_UAXML |
TCP_UASC_UABINARY |
WSS_UAJSON |
WSS_UASC_UABINARY |
| Modifier and Type | Method and Description |
|---|---|
static TransportProfile |
fromUri(String uri) |
String |
getScheme() |
String |
getUri() |
static TransportProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransportProfile TCP_UASC_UABINARY
public static final TransportProfile HTTPS_UABINARY
public static final TransportProfile HTTPS_UAXML
public static final TransportProfile HTTPS_UAJSON
public static final TransportProfile WSS_UASC_UABINARY
public static final TransportProfile WSS_UAJSON
public static TransportProfile[] values()
for (TransportProfile c : TransportProfile.values()) System.out.println(c);
public static TransportProfile 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 static TransportProfile fromUri(String uri)
public String getUri()
public String getScheme()
Copyright © 2025. All rights reserved.