public class HttpResponseEncoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HEADER_DATE_LENGTH_1 |
static int |
HEADER_FIXED_LENGTH |
static int |
HEADER_SERVER_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
encode(HttpResponse httpResponse,
TioConfig tioConfig,
ChannelContext channelContext) |
public static final int HEADER_SERVER_LENGTH
public static final int HEADER_DATE_LENGTH_1
public static final int HEADER_FIXED_LENGTH
public static ByteBuffer encode(HttpResponse httpResponse, TioConfig tioConfig, ChannelContext channelContext)
httpResponse - HttpResponsetioConfig - TioConfigchannelContext - ChannelContextCopyright © 2025. All rights reserved.