Class WebSocketUtils
java.lang.Object
net.brabenetz.app.springstompserver.testtools.WebSocketUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.web.socket.messaging.WebSocketStompClient
static org.springframework.messaging.simp.stomp.StompFrameHandler
createStompFrameHandler
(BiConsumer<org.springframework.messaging.simp.stomp.StompHeaders, String> handleFrameConsumer) static org.springframework.web.socket.messaging.WebSocketStompClient
-
Field Details
-
LOG
static final org.slf4j.Logger LOG
-
-
Constructor Details
-
WebSocketUtils
public WebSocketUtils()
-
-
Method Details
-
createStompClient
public static org.springframework.web.socket.messaging.WebSocketStompClient createStompClient() -
createStompOverSocketJsClient
public static org.springframework.web.socket.messaging.WebSocketStompClient createStompOverSocketJsClient() -
createStompFrameHandler
public static org.springframework.messaging.simp.stomp.StompFrameHandler createStompFrameHandler(BiConsumer<org.springframework.messaging.simp.stomp.StompHeaders, String> handleFrameConsumer)
-