您的浏览器已禁用 JavaScript。
跳过导航链接
模块
程序包
类
使用
树
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
模块
okhttps.stomp
程序包
com.ejlchina.stomp
接口 MsgCodec
所有已知实现类:
MsgCodecImpl
public interface
MsgCodec
Stomp 消息编解码器
从以下版本开始:
v3.1.0
方法概要
所有方法
实例方法
抽象方法
修饰符和类型
方法
说明
void
decode
(
String
input,
Consumer
<
Message
> out)
解码
String
encode
(
Message
input)
编码
方法详细资料
encode
String
encode
(
Message
input)
编码
参数:
input
- Stomp 消息
返回:
编码后的文本
decode
void
decode
(
String
input,
Consumer
<
Message
> out)
解码
参数:
input
- 输入
out
- 输出