| Package | Description |
|---|---|
| joynr.system.RoutingTypes |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketProtocol |
WebSocketProtocol.getEnumValue(Integer ordinal)
Get the matching enum for an ordinal number
|
WebSocketProtocol |
WebSocketAddress.getProtocol()
Gets Protocol
|
static WebSocketProtocol |
WebSocketProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketProtocol[] |
WebSocketProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketAddress.setProtocol(WebSocketProtocol protocol)
Sets Protocol
|
| Constructor and Description |
|---|
WebSocketAddress(WebSocketProtocol protocol,
String host,
Integer port,
String path)
Parameterized constructor
|
Copyright © 2021. All rights reserved.