HttpField.IntValueHttpField, HttpField.LongValueHttpField| Constructor and Description |
|---|
IntValueHttpField(HttpHeader header,
int value) |
IntValueHttpField(HttpHeader header,
String name,
int intValue) |
IntValueHttpField(HttpHeader header,
String name,
String value) |
IntValueHttpField(HttpHeader header,
String name,
String value,
int intValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
long |
getLongValue() |
public IntValueHttpField(HttpHeader header, String name, String value, int intValue)
public IntValueHttpField(HttpHeader header, String name, String value)
public IntValueHttpField(HttpHeader header, String name, int intValue)
public IntValueHttpField(HttpHeader header, int value)
public int getIntValue()
getIntValue in class HttpFieldpublic long getLongValue()
getLongValue in class HttpFieldCopyright © 1995-2016 Webtide. All Rights Reserved.