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