Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StompParser

Index

Constructors

Methods

  • bufferToString(buf: ArrayBuffer): string
  • byteCount(str: string): number
  • convertChannelToSubscription(channel: string): string
  • convertSubscriptionToChannel(subscription: string, topicOrQueueDesintation: string): string
  • convertTopicOrQueueToChannel(subscription: string, brokerPrefix: string): string
  • frame(command: string, headers?: any, body?: any): StompMessage
  • genUUID(): string
  • genUUIDShort(): string
  • generateGalacticDesintation(dest: string, channel: string): string
  • generateStompBrokerSubscriptionRequest(sessionId: string, destination: string, subscriptionId: string, isQueue: boolean, brokerPrefix: string): StompSubscription
  • generateStompBusCommand(command: string, sessionId?: string, destination?: string, payload?: any): StompBusCommand
  • generateStompReadyMessage(message: string, headers?: Object): StompMessage
  • marshal(command: string, headers?: any, body?: any): string
  • stringToArrayBuffer(str: string): ArrayBuffer
  • trim(str: string): string

Generated using TypeDoc