public class HttpConstants extends Object
This class is not intended to be extended or instantiated because it just provides constants not intended to be overwritten.
Modifier and Type | Field and Description |
---|---|
static String |
HEADER_ACCEPT |
static String |
HEADER_ETAG |
static String |
HEADER_IF_MATCH |
static String |
HEADER_IF_MODIFIED_SINCE |
static String |
HEADER_LAST_MODIFIED |
static String |
METHOD_CONNECT |
static String |
METHOD_DELETE |
static String |
METHOD_GET |
static String |
METHOD_HEAD |
static String |
METHOD_OPTIONS |
static String |
METHOD_POST |
static String |
METHOD_PUT |
static String |
METHOD_TRACE |
Constructor and Description |
---|
HttpConstants() |
public static final String METHOD_OPTIONS
public static final String METHOD_GET
public static final String METHOD_HEAD
public static final String METHOD_POST
public static final String METHOD_PUT
public static final String METHOD_DELETE
public static final String METHOD_TRACE
public static final String METHOD_CONNECT
public static final String HEADER_ACCEPT
public static final String HEADER_ETAG
public static final String HEADER_IF_MATCH
public static final String HEADER_IF_MODIFIED_SINCE
public static final String HEADER_LAST_MODIFIED
Copyright © 2015 The Apache Software Foundation. All rights reserved.