org.apache.wink.common.http
Class HttpHeadersEx

java.lang.Object
  extended by org.apache.wink.common.http.HttpHeadersEx

public final class HttpHeadersEx
extends Object

List of HTTP headers.


Field Summary
static String ACCEPT_RANGES
           
static String ALLOW
           
static String CONTENT_DISPOSITION
           
static String SLUG
          Non RFC 2616 - Atom Publishing Protocol
static String X_HTTP_METHOD_OVERRIDE
          Non RFC 2616 - Google Doc convention
static String X_METHOD_OVERRIDE
          Non RFC 2616 - Some client implementing Google Doc
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW

public static final String ALLOW
See Also:
Constant Field Values

ACCEPT_RANGES

public static final String ACCEPT_RANGES
See Also:
Constant Field Values

CONTENT_DISPOSITION

public static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

SLUG

public static final String SLUG
Non RFC 2616 - Atom Publishing Protocol

See Also:
Constant Field Values

X_HTTP_METHOD_OVERRIDE

public static final String X_HTTP_METHOD_OVERRIDE
Non RFC 2616 - Google Doc convention

See Also:
Constant Field Values

X_METHOD_OVERRIDE

public static final String X_METHOD_OVERRIDE
Non RFC 2616 - Some client implementing Google Doc

See Also:
Constant Field Values


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.