|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.koushikdutta.async.http.libcore.HttpDate
public final class HttpDate
Best-effort parser for HTTP dates.
| Constructor Summary | |
|---|---|
HttpDate()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
format(java.util.Date value)
Returns the string for value. |
static java.util.Date |
parse(java.lang.String value)
Returns the date for value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpDate()
| Method Detail |
|---|
public static java.util.Date parse(java.lang.String value)
value. Returns null if the value couldn't be
parsed.
public static java.lang.String format(java.util.Date value)
value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||