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 |
static int |
MAX_HEADER_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
encode(HttpResponse httpResponse,
TioConfig tioConfig,
ChannelContext channelContext) |
public static final int MAX_HEADER_LENGTH
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) throws UnsupportedEncodingException
httpResponse - tioConfig - channelContext - UnsupportedEncodingExceptionCopyright © 2021. All rights reserved.