org.jurvis.net
Class JvNetUtilities

java.lang.Object
  extended by org.jurvis.net.JvNetUtilities

public final class JvNetUtilities
extends Object

Various utility methods useful in interacting with the Internet.

Author:
Neil W. Weber

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

rfc1123DateFormat

public static final DateFormat rfc1123DateFormat
DateFormat that formats a date into RFC 1123 format.


LAST_MODIFIED

public static final String LAST_MODIFIED
HTTP header Last-Modified.

See Also:
Constant Field Values

ETAG

public static final String ETAG
HTTP header Etag.

See Also:
Constant Field Values

EXPIRES

public static final String EXPIRES
HTTP header Expires.

See Also:
Constant Field Values

IF_MODIFIED_SINCE

public static final String IF_MODIFIED_SINCE
HTTP header If-Modified-Since.

See Also:
Constant Field Values

IF_NONE_MATCH

public static final String IF_NONE_MATCH
HTTP header If-None-Match.

See Also:
Constant Field Values
Constructor Detail

JvNetUtilities

public JvNetUtilities()


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.