public class WsServerEncoder extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
MAX_HEADER_LENGTH |
| 构造器和说明 |
|---|
WsServerEncoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ByteBuffer |
encode(WsResponse wsResponse,
org.tio.core.TioConfig tioConfig,
org.tio.core.ChannelContext channelContext) |
static void |
int2Byte(byte[] bytes,
int value,
int offset) |
public static final int MAX_HEADER_LENGTH
public static ByteBuffer encode(WsResponse wsResponse, org.tio.core.TioConfig tioConfig, org.tio.core.ChannelContext channelContext)
public static void int2Byte(byte[] bytes,
int value,
int offset)
Copyright © 2021. All rights reserved.