public class WsServerEncoder extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_HEADER_LENGTH |
Constructor and Description |
---|
WsServerEncoder() |
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
encode(WsResponsePacket wsResponsePacket,
org.tio.core.GroupContext groupContext,
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(WsResponsePacket wsResponsePacket, org.tio.core.GroupContext groupContext, org.tio.core.ChannelContext channelContext)
public static void int2Byte(byte[] bytes, int value, int offset)
Copyright © 2018. All rights reserved.