stomp vocabulary
Factor handbook ยป Vocabulary index


Summary
STOMP (Simple Text Oriented Messaging Protocol) client library

Metadata
Tags:network
Authors:John Benediktsson


Words

Tuple classes
ClassSuperclassSlots
frame tuplecommand headers body


Symbol words
stomp-ack-mode
stomp-debug?
stomp-heartbeat
stomp-password
stomp-receipt#
stomp-receipt-disconnect
stomp-receipts?
stomp-subscription#
stomp-subscriptions
stomp-username
stomp-version


Ordinary words
WordStack effect
<frame>( command -- frame )
adjust-stomp-version( frame -- frame )
escape-header( key value -- key' value' )
heartbeat-interval( client server -- milliseconds )
parse-heartbeat( heartbeat -- x y )
read-body( content-length/f -- body )
read-command( -- command )
read-frame( -- frame/f )
read-frames( quot: ( frame -- ) -- )
read-headers( -- headers )
receipt-id( frame -- frame )
set-header( frame header-value header-name -- frame )
stomp-abort( transaction -- frame )
stomp-ack( message -- frame )
stomp-ack-headers( frame headers -- frame )
stomp-begin( transaction -- frame )
stomp-commit( transaction -- frame )
stomp-connect( -- frame )
stomp-connect-and-wait( -- frame )
stomp-debug( frame -- frame )
stomp-disconnect( -- frame )
stomp-loop( mailbox quot: ( frame -- ) -- )
stomp-nack( message -- frame )
stomp-send( destination body -- frame )
stomp-sendfile( destination path -- frame )
stomp-subscribe( destination -- frame )
stomp-unsubscribe( destination -- frame )
unescape-header( key value -- key' value' )
wait-for-connected( -- frame )
wait-for-disconnect( frame -- ? )
with-stomp-transaction( transaction quot -- )
write-frame( frame -- )


Class predicate words
WordStack effect
frame?( object -- ? )


Files


Metadata files


Children from resource:extra
VocabularySummary
stomp.cli