MCPcopy Create free account

hub / github.com/stomp-js/stompjs / functions

Functions486 in github.com/stomp-js/stompjs

MethodonOpen
()
bundles/stomp.umd.js:729
MethodonOpen
()
esm6/stomp-handler.js:152
MethodonOpen
()
src/stomp-handler.ts:198
Methodonreceipt
* Available for backward compatibility, renamed to [Client#onUnhandledReceipt]{@link Client#onUnhandledReceipt}. * Prefer using [Client#watch
bundles/stomp.umd.js:2124
Methodonreceipt
()
bundles/stomp.umd.min.js:1
Methodonreceipt
* Available for backward compatibility, renamed to [Client#onUnhandledReceipt]{@link Client#onUnhandledReceipt}. * Prefer using [Client#watchForR
esm6/compatibility/compat-client.js:210
Methodonreceipt
* Available for backward compatibility, renamed to [Client#onUnhandledReceipt]{@link Client#onUnhandledReceipt}. * Prefer using [Client#watchForRec
src/compatibility/compat-client.ts:234
Methodonreceive
* Available for backward compatibility, renamed to [Client#onUnhandledMessage]{@link Client#onUnhandledMessage}. * * **Deprecated**
bundles/stomp.umd.js:2107
Methodonreceive
()
bundles/stomp.umd.min.js:1
Methodonreceive
* Available for backward compatibility, renamed to [Client#onUnhandledMessage]{@link Client#onUnhandledMessage}. * * **Deprecated**
esm6/compatibility/compat-client.js:193
Methodonreceive
* Available for backward compatibility, renamed to [Client#onUnhandledMessage]{@link Client#onUnhandledMessage}. * * **Deprecated**
src/compatibility/compat-client.ts:215
Methodoutgoing
()
bundles/stomp.umd.js:1903
Methodoutgoing
()
bundles/stomp.umd.min.js:1
Methodoutgoing
()
esm6/compatibility/heartbeat-info.js:10
Methodoutgoing
()
src/compatibility/heartbeat-info.ts:11
Methodover
* This method is an alternative to [Stomp#client]{@link Stomp#client} to let the user * specify the WebSocket to use (either a standard HTML5
bundles/stomp.umd.js:2223
Methodover
(e)
bundles/stomp.umd.min.js:1
Methodover
* This method is an alternative to [Stomp#client]{@link Stomp#client} to let the user * specify the WebSocket to use (either a standard HTML5 Web
esm6/compatibility/stomp.js:70
Methodprotocol
()
spec/helpers/wrapper-ws.js:35
Methodprotocol
()
spec/helpers-src/wrapper-ws.ts:14
Methodpublish
(params)
bundles/stomp.umd.js:887
Methodpublish
(e)
bundles/stomp.umd.min.js:1
Methodpublish
(params)
esm6/stomp-handler.js:310
Methodpublish
(params: IPublishParams)
src/stomp-handler.ts:464
MethodreadyState
()
spec/helpers/wrapper-ws.js:32
MethodreadyState
()
spec/helpers-src/wrapper-ws.ts:11
Methodreconnect_delay
* Available for backward compatibility, renamed to [Client#reconnectDelay]{@link Client#reconnectDelay}. * * **Deprecated**
bundles/stomp.umd.js:2083
Methodreconnect_delay
(e)
bundles/stomp.umd.min.js:1
Methodreconnect_delay
* Available for backward compatibility, renamed to [Client#reconnectDelay]{@link Client#reconnectDelay}. * * **Deprecated**
esm6/compatibility/compat-client.js:169
Methodreconnect_delay
* Available for backward compatibility, renamed to [Client#reconnectDelay]{@link Client#reconnectDelay}. * * **Deprecated**
src/compatibility/compat-client.ts:188
Methods
()
bundles/stomp.umd.min.js:1
Methods
()
bundles/stomp.umd.min.js:1
Methodsend
* Available for backward compatibility, use [Client#publish]{@link Client#publish}. * * Send a message to a named destination. Refer
bundles/stomp.umd.js:2065
Methodsend
(e,t={},s="")
bundles/stomp.umd.min.js:1
Methodsend
* Transmits data using the connection. data can be a string or an ArrayBuffer.
esm6/types.d.ts:130
Methodsend
* Available for backward compatibility, use [Client#publish]{@link Client#publish}. * * Send a message to a named destination. Refer to your
esm6/compatibility/compat-client.js:151
Methodsend
* Available for backward compatibility, use [Client#publish]{@link Client#publish}. * * Send a message to a named destination. Refer to your STO
src/compatibility/compat-client.ts:164
Methodsend
(data)
spec/helpers/wrapper-ws.js:59
Methodsend
(data)
spec/unit/heart-beat.spec.js:112
Methodsend
(data: string | ArrayBuffer | Blob | ArrayBufferView)
spec/helpers-src/wrapper-ws.ts:71
FunctionshouldNotBeCalled
()
spec/unit/reconnect.spec.js:61
MethodsizeOfUTF8
* Compute the size of a UTF-8 string by counting its number of bytes * (and not the number of characters composing the string)
bundles/stomp.umd.js:175
MethodsizeOfUTF8
(e)
bundles/stomp.umd.min.js:1
MethodsizeOfUTF8
* Compute the size of a UTF-8 string by counting its number of bytes * (and not the number of characters composing the string)
esm6/frame-impl.js:129
FunctionsocketFactory
()
spec/unit/compatibility/connection.spec.js:24
Methodstart
()
bundles/stomp.umd.js:693
Methodstart
()
bundles/stomp.umd.min.js:1
Methodsubscribe
(destination, callback, headers = {})
bundles/stomp.umd.js:901
Methodsubscribe
* Subscribes to a destination on the STOMP broker. * * The callback is triggered for each message received from the subscribed desti
bundles/stomp.umd.js:1728
Methodsubscribe
(e,t,s={})
bundles/stomp.umd.min.js:1
Methodsubscribe
(destination, callback, headers = {})
esm6/stomp-handler.js:324
Methodsubscribe
* Subscribes to a destination on the STOMP broker. * * The callback is triggered for each message received from the subscribed destination.
esm6/client.js:750
Methodsubscribe
( destination: string, callback: messageCallbackType, headers: StompHeaders = {}, )
src/stomp-handler.ts:481
Methodt
()
bundles/stomp.umd.min.js:1
Methodtrim
(str)
bundles/stomp.umd.js:100
Methodtrim
(str)
esm6/frame-impl.js:54
Methodtrim
(str: string)
src/frame-impl.ts:98
Methodunsubscribe
(hdrs)
bundles/stomp.umd.js:912
Methodunsubscribe
(e,t={})
bundles/stomp.umd.min.js:1
Methodunsubscribe
(hdrs)
esm6/stomp-handler.js:335
Methodunsubscribe
* Unsubscribes from a subscription on the STOMP broker. * * Prefer using the `unsubscribe` method directly on the {@link StompSubscription}
esm6/client.js:775
Methodunsubscribe
(hdrs)
src/stomp-handler.ts:498
Methodurl
()
spec/helpers/wrapper-ws.js:29
Methodurl
()
spec/helpers-src/wrapper-ws.ts:8
Methodversion
* Available for backward compatibility, renamed to [Client#connectedVersion]{@link Client#connectedVersion}. * * **Deprecated**
bundles/stomp.umd.js:2099
Methodversion
()
bundles/stomp.umd.min.js:1
Methodversion
* Available for backward compatibility, renamed to [Client#connectedVersion]{@link Client#connectedVersion}. * * **Deprecated**
esm6/compatibility/compat-client.js:185
Methodversion
* Available for backward compatibility, renamed to [Client#connectedVersion]{@link Client#connectedVersion}. * * **Deprecated**
src/compatibility/compat-client.ts:206
MethodwatchForReceipt
* Monitors for a receipt acknowledgment from the broker for specific operations. * * Add a `receipt` header to the operation (like s
bundles/stomp.umd.js:1694
MethodwatchForReceipt
(e,t)
bundles/stomp.umd.min.js:1
MethodwatchForReceipt
* Monitors for a receipt acknowledgment from the broker for specific operations. * * Add a `receipt` header to the operation (like subscribe
esm6/client.js:716
MethodwebSocket
* Provides access to the underlying WebSocket instance. * This property is **read-only**. * * Example: * ```javasc
bundles/stomp.umd.js:1018
MethodwebSocket
()
bundles/stomp.umd.min.js:1
MethodwebSocket
* Provides access to the underlying WebSocket instance. * This property is **read-only**. * * Example: * ```javascript * cons
esm6/client.js:40
MethodwebSocket
* Provides access to the underlying WebSocket instance. * This property is **read-only**. * * Example: * ```javascript * const webSocke
src/client.ts:292
MethodwrapOnMessage
(ev)
spec/unit/connection.spec.js:339
MethodwrapOnMessage
(ev)
spec/unit/heart-beat-callback-spec.js:46
MethodwrapOnMessage
(ev)
spec/unit/heart-beat.spec.js:43
MethodwrapOnMessage
(ev)
spec/unit/append-missing-null-on-incoming.spec.js:11
Methodws
* Available for backward compatibility, renamed to [Client#webSocket]{@link Client#webSocket}. * * **Deprecated**
bundles/stomp.umd.js:2091
Methodws
()
bundles/stomp.umd.min.js:1
Methodws
* Available for backward compatibility, renamed to [Client#webSocket]{@link Client#webSocket}. * * **Deprecated**
esm6/compatibility/compat-client.js:177
Methodws
* Available for backward compatibility, renamed to [Client#webSocket]{@link Client#webSocket}. * * **Deprecated**
src/compatibility/compat-client.ts:197
MethodwsFn
()
bundles/stomp.umd.js:2196
MethodwsFn
()
esm6/compatibility/stomp.js:43
MethodwsFn
()
src/compatibility/stomp.ts:74
← previous401–486 of 486, ranked by callers