public class HttpProtocolHandle extends ProtocolStreamHandle
_contentLength, _source| Constructor and Description |
|---|
HttpProtocolHandle(ByteBuffer source) |
| Modifier and Type | Method and Description |
|---|---|
String |
ReadFirstLine() |
HashMap<String,Object> |
ReadHeaders() |
void |
WriteHeaders(HashMap<String,Object> headers) |
void |
WriteRequestFirstLine(String requestVerb,
String url) |
void |
WriteResponseFirstLine(String httpStatusCode,
String reasonPhrase) |
ReadByte, ReadBytes, ReadContent, WriteByte, WriteBytes, WriteContentpublic HttpProtocolHandle(ByteBuffer source)
Copyright © 2021. All rights reserved.