Uses of Class
joynr.system.RoutingTypes.WebSocketProtocol
-
Packages that use WebSocketProtocol Package Description joynr.system.RoutingTypes -
-
Uses of WebSocketProtocol in joynr.system.RoutingTypes
Methods in joynr.system.RoutingTypes that return WebSocketProtocol Modifier and Type Method Description static WebSocketProtocolWebSocketProtocol. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberWebSocketProtocolWebSocketAddress. getProtocol()Gets Protocolstatic WebSocketProtocolWebSocketProtocol. 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.Methods in joynr.system.RoutingTypes with parameters of type WebSocketProtocol Modifier and Type Method Description voidWebSocketAddress. setProtocol(WebSocketProtocol protocol)Sets ProtocolConstructors in joynr.system.RoutingTypes with parameters of type WebSocketProtocol Constructor Description WebSocketAddress(WebSocketProtocol protocol, String host, Integer port, String path)Parameterized constructor
-