Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stomp-js/stompjs
/ functions
Functions
486 in github.com/stomp-js/stompjs
⨍
Functions
486
◇
Types & classes
146
Method
close
* Closes the connection.
esm6/types.d.ts:126
Method
close
(code, reason)
spec/helpers/wrapper-ws.js:56
Method
close
(code?: number, reason?: string)
spec/helpers-src/wrapper-ws.ts:67
Method
commit
()
bundles/stomp.umd.js:934
Method
commit
(e)
bundles/stomp.umd.min.js:1
Method
commit
()
esm6/stomp-handler.js:357
Method
commit
* Commits a transaction. * * It is strongly recommended to call [commit]{@link ITransaction#commit} on * the transaction object returne
esm6/client.js:817
Method
commit
()
src/stomp-handler.ts:523
Method
connect
* Available for backward compatibility, please shift to using [Client#activate]{@link Client#activate}. * * **Deprecated**
bundles/stomp.umd.js:2011
Method
connect
(...e)
bundles/stomp.umd.min.js:1
Method
connect
* Available for backward compatibility, please shift to using [Client#activate]{@link Client#activate}. * * **Deprecated** * * The
esm6/compatibility/compat-client.js:97
Method
connected
()
bundles/stomp.umd.js:596
Method
connected
* Indicates whether there is an active connection to the STOMP broker. * * Usage: * ```javascript * if (client.con
bundles/stomp.umd.js:1056
Method
connected
()
bundles/stomp.umd.min.js:1
Method
connected
()
bundles/stomp.umd.min.js:1
Method
connected
()
esm6/stomp-handler.js:19
Method
connected
* Indicates whether there is an active connection to the STOMP broker. * * Usage: * ```javascript * if (client.connected) { *
esm6/client.js:78
Method
connected
* Indicates whether there is an active connection to the STOMP broker. * * Usage: * ```javascript * if (client.connected) { * console
src/client.ts:439
Method
connected
()
src/stomp-handler.ts:85
Method
connectedVersion
()
bundles/stomp.umd.js:593
Method
connectedVersion
* The version of the STOMP protocol negotiated with the server during connection. * * This is a **read-only** property and reflects
bundles/stomp.umd.js:1072
Method
connectedVersion
()
bundles/stomp.umd.min.js:1
Method
connectedVersion
()
bundles/stomp.umd.min.js:1
Method
connectedVersion
()
esm6/stomp-handler.js:16
Method
connectedVersion
* The version of the STOMP protocol negotiated with the server during connection. * * This is a **read-only** property and reflects the nego
esm6/client.js:94
Method
connectedVersion
* The version of the STOMP protocol negotiated with the server during connection. * * This is a **read-only** property and reflects the negotiat
src/client.ts:606
Method
connectedVersion
()
src/stomp-handler.ts:80
Method
constructor
* Frame constructor. `command`, `headers` and `body` are available as properties. * * @internal
bundles/stomp.umd.js:78
Method
constructor
(onFrame, onIncomingPing)
bundles/stomp.umd.js:277
Method
constructor
(_interval, _strategy = exports.TickerStrategy.Interval, _debug)
bundles/stomp.umd.js:477
Method
constructor
* Takes an array of versions, typical elements '1.2', '1.1', or '1.0' * * You will be creating an instance of this class if you want
bundles/stomp.umd.js:548
Method
constructor
(_client, _webSocket, config)
bundles/stomp.umd.js:599
Method
constructor
* Constructs a new STOMP client instance. * * The constructor initializes default values and sets up no-op callbacks for all events.
bundles/stomp.umd.js:1114
Method
constructor
(client)
bundles/stomp.umd.js:1900
Method
constructor
* Available for backward compatibility, please shift to using {@link Client} * and [Client#webSocketFactory]{@link Client#webSocketFactory}.
bundles/stomp.umd.js:1935
Method
constructor
(e)
bundles/stomp.umd.min.js:1
Method
constructor
(e,t)
bundles/stomp.umd.min.js:1
Method
constructor
(t,s=e.TickerStrategy.Interval,n)
bundles/stomp.umd.min.js:1
Method
constructor
(e)
bundles/stomp.umd.min.js:1
Method
constructor
(e,t,s)
bundles/stomp.umd.min.js:1
Method
constructor
(t={})
bundles/stomp.umd.min.js:1
Method
constructor
(e)
bundles/stomp.umd.min.js:1
Method
constructor
(e)
bundles/stomp.umd.min.js:1
Method
constructor
(_client, _webSocket, config)
esm6/stomp-handler.js:22
Method
constructor
* Constructs a new STOMP client instance. * * The constructor initializes default values and sets up no-op callbacks for all events. *
esm6/client.js:136
Method
constructor
(onFrame, onIncomingPing)
esm6/parser.js:60
Method
constructor
(_interval, _strategy = TickerStrategy.Interval, _debug)
esm6/ticker.js:3
Method
constructor
* Takes an array of versions, typical elements '1.2', '1.1', or '1.0' * * You will be creating an instance of this class if you want to over
esm6/versions.js:13
Method
constructor
* Frame constructor. `command`, `headers` and `body` are available as properties. * * @internal
esm6/frame-impl.js:32
Method
constructor
* Available for backward compatibility, please shift to using {@link Client} * and [Client#webSocketFactory]{@link Client#webSocketFactory}.
esm6/compatibility/compat-client.js:21
Method
constructor
(client)
esm6/compatibility/heartbeat-info.js:7
Method
constructor
* Frame constructor. `command`, `headers` and `body` are available as properties. * * @internal
src/frame-impl.ts:58
Method
constructor
* Constructs a new STOMP client instance. * * The constructor initializes default values and sets up no-op callbacks for all events. * Config
src/client.ts:684
Method
constructor
( public onFrame: (rawFrame: IRawFrameType) => void, public onIncomingPing: () => void, )
src/parser.ts:76
Method
constructor
( private readonly _interval: number, private readonly _strategy = TickerStrategy.Interval, privat
src/ticker.ts:14
Method
constructor
* Takes an array of versions, typical elements '1.2', '1.1', or '1.0' * * You will be creating an instance of this class if you want to override
src/versions.ts:35
Method
constructor
( private _client: Client, public _webSocket: IStompSocket, config: IStomptHandlerConfig, )
src/stomp-handler.ts:100
Method
constructor
(private client: CompatClient)
src/compatibility/heartbeat-info.ts:9
Method
constructor
* Available for backward compatibility, please shift to using {@link Client} * and [Client#webSocketFactory]{@link Client#webSocketFactory}. *
src/compatibility/compat-client.ts:29
Method
constructor
(ws)
spec/helpers/wrapper-ws.js:9
Method
constructor
(public ws: WebSocket)
spec/helpers-src/wrapper-ws.ts:24
Method
disconnect
* Available for backward compatibility, please shift to using [Client#deactivate]{@link Client#deactivate}. * * **Deprecated**
bundles/stomp.umd.js:2038
Method
disconnect
(e,t={})
bundles/stomp.umd.min.js:1
Method
disconnect
* Available for backward compatibility, please shift to using [Client#deactivate]{@link Client#deactivate}. * * **Deprecated** * *
esm6/compatibility/compat-client.js:124
Method
disconnectHeaders
* Allows customization of the disconnection headers. * * Any changes made during an active session will also be applied immediately.
bundles/stomp.umd.js:1033
Method
disconnectHeaders
()
bundles/stomp.umd.min.js:1
Method
disconnectHeaders
* Allows customization of the disconnection headers. * * Any changes made during an active session will also be applied immediately. *
esm6/client.js:55
Method
disconnectHeaders
* Allows customization of the disconnection headers. * * Any changes made during an active session will also be applied immediately. * * E
src/client.ts:326
Method
forceDisconnect
()
bundles/stomp.umd.js:798
Method
forceDisconnect
()
esm6/stomp-handler.js:221
Method
forceDisconnect
()
src/stomp-handler.ts:351
Method
heartbeat
* Available for backward compatibility, renamed to [Client#heartbeatIncoming]{@link Client#heartbeatIncoming} * [Client#heartbeatOutgoing]{@l
bundles/stomp.umd.js:2141
Method
heartbeat
()
bundles/stomp.umd.min.js:1
Method
heartbeat
* Available for backward compatibility, renamed to [Client#heartbeatIncoming]{@link Client#heartbeatIncoming} * [Client#heartbeatOutgoing]{@link
esm6/compatibility/compat-client.js:227
Method
heartbeat
* Available for backward compatibility, renamed to [Client#heartbeatIncoming]{@link Client#heartbeatIncoming} * [Client#heartbeatOutgoing]{@link Cl
src/compatibility/compat-client.ts:255
Method
i
bundles/stomp.umd.min.js:1
Method
incoming
()
bundles/stomp.umd.js:1909
Method
incoming
()
bundles/stomp.umd.min.js:1
Method
incoming
()
esm6/compatibility/heartbeat-info.js:16
Method
incoming
()
src/compatibility/heartbeat-info.ts:19
Function
incomingPingTest
()
spec/unit/heart-beat.spec.js:64
Function
length
spec/unit/append-missing-null-on-incoming.spec.js:33
Method
marshall
* Serialize a STOMP frame as per STOMP standards, suitable to be sent to the STOMP broker. * * @internal
bundles/stomp.umd.js:192
Method
marshall
(e)
bundles/stomp.umd.min.js:1
Method
marshall
* Serialize a STOMP frame as per STOMP standards, suitable to be sent to the STOMP broker. * * @internal
esm6/frame-impl.js:146
Function
myCloseEventCallback
()
spec/unit/compatibility/parse-connect.spec.js:11
Function
myConnectCallback
()
spec/unit/compatibility/parse-connect.spec.js:3
Function
myErrorCallback
()
spec/unit/compatibility/parse-connect.spec.js:7
Method
nack
(messageId, subscriptionId, headers = {})
bundles/stomp.umd.js:969
Method
nack
(e,t,s={})
bundles/stomp.umd.min.js:1
Method
nack
* Rejects a message (negative acknowledgment). Like acknowledgments, this should * typically be done by calling [nack]{@link IMessage#nack} direc
esm6/client.js:887
Function
noOp
()
bundles/stomp.umd.js:12
Function
noOp
()
esm6/augment-websocket.js:6
Function
noOp
()
src/augment-websocket.ts:11
Method
noOp
()
bundles/stomp.umd.js:1313
Method
noOp
()
esm6/client.js:335
Method
noOp
()
src/client.ts:686
Method
noOp
()
spec/helpers/wrapper-ws.js:11
Method
noOp
()
spec/helpers-src/wrapper-ws.ts:25
Function
onMessage
(message)
spec/unit/ack.spec.js:28
← previous
next →
301–400 of 486, ranked by callers