public class ApiCallbackDecoderUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IDLE_STATE_HANDLER |
static String |
IDLE_TRIGGER_HANDLER |
| 构造器和说明 |
|---|
ApiCallbackDecoderUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
executor(io.netty.channel.ChannelHandlerContext ctx,
Response response,
ApiCallbackDecoder decoder) |
static void |
executor(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.stomp.StompFrame frame,
ApiCallbackDecoder4Stomp decoder) |
static void |
processError(ApiCallbackDecoder decoder,
Response response) |
static void |
receiveConnected(io.netty.channel.ChannelHandlerContext ctx,
ApiCallbackDecoder decoder,
String msg) |
public static void executor(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.stomp.StompFrame frame,
ApiCallbackDecoder4Stomp decoder)
throws Exception
Exceptionpublic static void executor(io.netty.channel.ChannelHandlerContext ctx,
Response response,
ApiCallbackDecoder decoder)
public static void receiveConnected(io.netty.channel.ChannelHandlerContext ctx,
ApiCallbackDecoder decoder,
String msg)
public static void processError(ApiCallbackDecoder decoder, Response response)
Copyright © 2024. All rights reserved.