Uses of Enum Class
org.springframework.web.socket.sockjs.frame.SockJsFrameType
Packages that use SockJsFrameType
Package
Description
Support classes for creating SockJS frames including the encoding and decoding
of SockJS message frames.
-
Uses of SockJsFrameType in org.springframework.web.socket.sockjs.frame
Methods in org.springframework.web.socket.sockjs.frame that return SockJsFrameTypeModifier and TypeMethodDescriptionSockJsFrame.getType()Return the SockJS frame type.static SockJsFrameTypeReturns the enum constant of this class with the specified name.static SockJsFrameType[]SockJsFrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.