org.apache.jmeter.protocol.http.util
Interface HTTPConstantsInterface
- All Known Implementing Classes:
- HTTPConstants, HTTPSamplerBase
- public interface HTTPConstantsInterface
Constants used in HTTP, mainly header names.
DEFAULT_HTTPS_PORT
public static final int DEFAULT_HTTPS_PORT
- See Also:
- Constant Field Values
DEFAULT_HTTPS_PORT_STRING
public static final String DEFAULT_HTTPS_PORT_STRING
- See Also:
- Constant Field Values
DEFAULT_HTTP_PORT
public static final int DEFAULT_HTTP_PORT
- See Also:
- Constant Field Values
DEFAULT_HTTP_PORT_STRING
public static final String DEFAULT_HTTP_PORT_STRING
- See Also:
- Constant Field Values
PROTOCOL_HTTP
public static final String PROTOCOL_HTTP
- See Also:
- Constant Field Values
PROTOCOL_HTTPS
public static final String PROTOCOL_HTTPS
- See Also:
- Constant Field Values
HEAD
public static final String HEAD
- See Also:
- Constant Field Values
POST
public static final String POST
- See Also:
- Constant Field Values
PUT
public static final String PUT
- See Also:
- Constant Field Values
GET
public static final String GET
- See Also:
- Constant Field Values
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
TRACE
public static final String TRACE
- See Also:
- Constant Field Values
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
HEADER_AUTHORIZATION
public static final String HEADER_AUTHORIZATION
- See Also:
- Constant Field Values
HEADER_COOKIE
public static final String HEADER_COOKIE
- See Also:
- Constant Field Values
HEADER_CONNECTION
public static final String HEADER_CONNECTION
- See Also:
- Constant Field Values
CONNECTION_CLOSE
public static final String CONNECTION_CLOSE
- See Also:
- Constant Field Values
KEEP_ALIVE
public static final String KEEP_ALIVE
- See Also:
- Constant Field Values
TRANSFER_ENCODING
public static final String TRANSFER_ENCODING
- See Also:
- Constant Field Values
HEADER_CONTENT_ENCODING
public static final String HEADER_CONTENT_ENCODING
- See Also:
- Constant Field Values
HTTP_1_1
public static final String HTTP_1_1
- See Also:
- Constant Field Values
HEADER_SET_COOKIE
public static final String HEADER_SET_COOKIE
- See Also:
- Constant Field Values
ENCODING_GZIP
public static final String ENCODING_GZIP
- See Also:
- Constant Field Values
HEADER_CONTENT_DISPOSITION
public static final String HEADER_CONTENT_DISPOSITION
- See Also:
- Constant Field Values
HEADER_CONTENT_TYPE
public static final String HEADER_CONTENT_TYPE
- See Also:
- Constant Field Values
HEADER_CONTENT_LENGTH
public static final String HEADER_CONTENT_LENGTH
- See Also:
- Constant Field Values
HEADER_LOCATION
public static final String HEADER_LOCATION
- See Also:
- Constant Field Values
APPLICATION_X_WWW_FORM_URLENCODED
public static final String APPLICATION_X_WWW_FORM_URLENCODED
- See Also:
- Constant Field Values
MULTIPART_FORM_DATA
public static final String MULTIPART_FORM_DATA
- See Also:
- Constant Field Values
IF_NONE_MATCH
public static final String IF_NONE_MATCH
- See Also:
- Constant Field Values
IF_MODIFIED_SINCE
public static final String IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
ETAG
public static final String ETAG
- See Also:
- Constant Field Values
LAST_MODIFIED
public static final String LAST_MODIFIED
- See Also:
- Constant Field Values
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.