public class StompMessageUtil extends Object
| 构造器和说明 |
|---|
StompMessageUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.netty.handler.codec.stomp.StompFrame |
buildConnectMessage(String login,
String passcode,
String version) |
static io.netty.handler.codec.stomp.StompFrame |
buildSendMessage(int reqType,
String message) |
static io.netty.handler.codec.stomp.StompFrame |
buildSubscribeMessage(Set<String> symbols) |
static io.netty.handler.codec.stomp.StompFrame |
buildSubscribeMessage(Set<String> symbols,
Set<String> focusKeys) |
static io.netty.handler.codec.stomp.StompFrame |
buildSubscribeMessage(Subject subject) |
static io.netty.handler.codec.stomp.StompFrame |
buildSubscribeMessage(Subject subject,
Set<String> focusKeys) |
static io.netty.handler.codec.stomp.StompFrame |
buildUnSubscribeMessage(Set<String> symbols) |
static io.netty.handler.codec.stomp.StompFrame |
buildUnSubscribeMessage(Subject subject) |
public static io.netty.handler.codec.stomp.StompFrame buildConnectMessage(String login, String passcode, String version)
public static io.netty.handler.codec.stomp.StompFrame buildSendMessage(int reqType,
String message)
public static io.netty.handler.codec.stomp.StompFrame buildSubscribeMessage(Subject subject)
public static io.netty.handler.codec.stomp.StompFrame buildSubscribeMessage(Set<String> symbols)
public static io.netty.handler.codec.stomp.StompFrame buildSubscribeMessage(Set<String> symbols, Set<String> focusKeys)
public static io.netty.handler.codec.stomp.StompFrame buildSubscribeMessage(Subject subject, Set<String> focusKeys)
public static io.netty.handler.codec.stomp.StompFrame buildUnSubscribeMessage(Subject subject)
Copyright © 2018. All rights reserved.