public class HttpItem extends Object
Modifier and Type | Field and Description |
---|---|
static HttpItem |
EMPTY |
static IntKeyMap |
HTTP_ITEM_MAP |
static int |
HTTP_ITEM_MAX_LENGTH |
Constructor and Description |
---|
HttpItem(byte[] valueBytes,
int offset,
int length) |
HttpItem(byte[] valueBytes,
int offset,
int length,
int hash) |
HttpItem(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getBytes() |
static HttpItem |
getHttpItem(byte[] bytes,
int offset,
int length) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public static final int HTTP_ITEM_MAX_LENGTH
public static final IntKeyMap HTTP_ITEM_MAP
public static final HttpItem EMPTY
public HttpItem(String value)
public HttpItem(byte[] valueBytes, int offset, int length)
public HttpItem(byte[] valueBytes, int offset, int length, int hash)
Copyright © 2020 Voovan. All rights reserved.