stomp_dart_client library
Classes
- Parser
- SockJSParser
- SockJsUtils
- StompClient
- StompConfig
- StompFrame
- StompHandler
- StompParser
- This Parser is heavily based on the excellent recursive descent parser found here https://github.com/stomp-js/stompjs/blob/master/src/parser.ts Credit: https://github.com/kum-deepak
Typedefs
-
StompBeforeConnectCallback
= Future<
void> Function() - StompDebugCallback = void Function(String)
- StompFrameCallback = void Function(StompFrame)
- StompPingFrameCallback = void Function()
-
StompUnsubscribe
= void Function({Map<
String, String> ? unsubscribeHeaders}) - StompWebSocketDoneCallback = void Function()
- StompWebSocketErrorCallback = void Function(dynamic)