|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jurvis.net.JvNetUtilities
public final class JvNetUtilities
Various utility methods useful in interacting with the Internet.
| Field Summary | |
|---|---|
static String |
ETAG
HTTP header Etag. |
static String |
EXPIRES
HTTP header Expires. |
static String |
IF_MODIFIED_SINCE
HTTP header If-Modified-Since. |
static String |
IF_NONE_MATCH
HTTP header If-None-Match. |
static String |
LAST_MODIFIED
HTTP header Last-Modified. |
static DateFormat |
rfc1123DateFormat
DateFormat that formats a date into RFC 1123 format. |
| Constructor Summary | |
|---|---|
JvNetUtilities()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DateFormat rfc1123DateFormat
public static final String LAST_MODIFIED
public static final String ETAG
public static final String EXPIRES
public static final String IF_MODIFIED_SINCE
public static final String IF_NONE_MATCH
| Constructor Detail |
|---|
public JvNetUtilities()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||