Uses of Enum
io.vertx.ext.stomp.WebSocketFrameType
Packages that use WebSocketFrameType
-
Uses of WebSocketFrameType in io.vertx.ext.stomp
Subclasses with type arguments of type WebSocketFrameType in io.vertx.ext.stompModifier and TypeClassDescriptionenumDefines the type of WebSocket frames to use when sending STOMP messages over WebSocket.Methods in io.vertx.ext.stomp that return WebSocketFrameTypeModifier and TypeMethodDescriptionStompServerOptions.getWebSocketFrameType()Gets the WebSocket frame type to use when sending STOMP messages over WebSocket.static WebSocketFrameTypeReturns the enum constant of this type with the specified name.static WebSocketFrameType[]WebSocketFrameType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.stomp with parameters of type WebSocketFrameTypeModifier and TypeMethodDescriptionStompServerOptions.setWebSocketFrameType(WebSocketFrameType webSocketFrameType) Sets the WebSocket frame type to use when sending STOMP messages over WebSocket.