public class HttpEncodeSerializer extends Object
| 构造器和说明 |
|---|
HttpEncodeSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
encodeContent(AutoByteBuffer buffer,
HttpRequest request) |
static void |
encodeContent(AutoByteBuffer buffer,
HttpResponse response) |
static void |
encodeHeaders(AutoByteBuffer buffer,
HttpMessage message) |
static void |
encodeInitialLine(AutoByteBuffer buffer,
HttpRequest request) |
static void |
encodeInitialLine(AutoByteBuffer buffer,
HttpResponse response) |
public static void encodeInitialLine(AutoByteBuffer buffer, HttpRequest request) throws IOException
IOExceptionpublic static void encodeInitialLine(AutoByteBuffer buffer, HttpResponse response) throws IOException
IOExceptionpublic static void encodeHeaders(AutoByteBuffer buffer, HttpMessage message) throws IOException
IOExceptionpublic static void encodeContent(AutoByteBuffer buffer, HttpRequest request) throws IOException
IOExceptionpublic static void encodeContent(AutoByteBuffer buffer, HttpResponse response) throws IOException
IOExceptionCopyright © 2021. All rights reserved.