Package | Description |
---|---|
org.springframework.web.socket.sockjs.frame |
Support classes for creating SockJS frames including the encoding and decoding
of SockJS message frames.
|
Modifier and Type | Method and Description |
---|---|
SockJsFrameType |
SockJsFrame.getType()
Return the SockJS frame type.
|
static SockJsFrameType |
SockJsFrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SockJsFrameType[] |
SockJsFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|