Uses of Class
io.scalecube.services.gateway.transport.websocket.Signal
-
Packages that use Signal Package Description io.scalecube.services.gateway.transport.websocket -
-
Uses of Signal in io.scalecube.services.gateway.transport.websocket
Methods in io.scalecube.services.gateway.transport.websocket that return Signal Modifier and Type Method Description static SignalSignal. from(int code)Return appropriate instance ofSignalfor given signal code.static SignalSignal. from(String code)Return appropriate instance ofSignalfor given signal code.static SignalSignal. valueOf(String name)Returns the enum constant of this type with the specified name.static Signal[]Signal. values()Returns an array containing the constants of this enum type, in the order they are declared.
-