public class DeleteAt extends DateHeader
| Modifier and Type | Field and Description |
|---|---|
static String |
X_DELETE_AT |
| Constructor and Description |
|---|
DeleteAt(Date date) |
DeleteAt(Long milliseconds) |
DeleteAt(String date) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteAt |
fromResponse(org.apache.http.HttpResponse response) |
String |
getHeaderName()
Returns the header name that must be set in the request.
|
String |
getHeaderValue()
Returns the value that must be set in the request.
|
convertDateToString, convertStringToDate, getDateconvertResponseHeader, getResponseHeadersStartingWith, headerNotEmpty, setHeaderpublic static String X_DELETE_AT
public DeleteAt(Long milliseconds)
public DeleteAt(String date) throws org.apache.http.impl.cookie.DateParseException
org.apache.http.impl.cookie.DateParseExceptionpublic DeleteAt(Date date)
public String getHeaderValue()
HeadergetHeaderValue in class Headerpublic String getHeaderName()
HeadergetHeaderName in class Headerpublic static DeleteAt fromResponse(org.apache.http.HttpResponse response)
Copyright © 2012-2016 42 BV. All Rights Reserved.