public class BaseHttpEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content |
protected io.netty.handler.codec.http2.Http2Headers |
headers |
static String |
REQUEST_ID |
| Constructor and Description |
|---|
BaseHttpEntity() |
BaseHttpEntity(io.netty.handler.codec.http2.Http2Headers headers,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId() |
void |
setRequestId(String id) |
public static final String REQUEST_ID
protected io.netty.handler.codec.http2.Http2Headers headers
protected byte[] content
Copyright © 2019. All rights reserved.