|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoreProtocolPNames
Defines parameter names for protocol execution in HttpCore.
Field Summary | |
---|---|
static String |
HTTP_CONTENT_CHARSET
Defines the charset to be used per default for encoding content body. |
static String |
HTTP_ELEMENT_CHARSET
Defines the charset to be used for encoding HTTP protocol elements. |
static String |
ORIGIN_SERVER
Defines the content of the Server header. |
static String |
PROTOCOL_VERSION
Defines the ProtocolVersion used per default. |
static String |
STRICT_TRANSFER_ENCODING
Defines whether responses with an invalid Transfer-Encoding
header should be rejected. |
static String |
USE_EXPECT_CONTINUE
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods. |
static String |
USER_AGENT
Defines the content of the User-Agent header. |
static String |
WAIT_FOR_CONTINUE
Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response. |
Field Detail |
---|
static final String PROTOCOL_VERSION
ProtocolVersion
used per default.
This parameter expects a value of type ProtocolVersion
.
static final String HTTP_ELEMENT_CHARSET
This parameter expects a value of type String
.
static final String HTTP_CONTENT_CHARSET
This parameter expects a value of type String
.
static final String USER_AGENT
User-Agent
header.
This parameter expects a value of type String
.
static final String ORIGIN_SERVER
Server
header.
This parameter expects a value of type String
.
static final String STRICT_TRANSFER_ENCODING
Transfer-Encoding
header should be rejected.
This parameter expects a value of type Boolean
.
static final String USE_EXPECT_CONTINUE
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods. The purpose of the 'Expect: 100-Continue' handshake is to allow a client that is sending a request message with a request body to determine if the origin server is willing to accept the request (based on the request headers) before the client sends the request body.
The use of the 'Expect: 100-continue' handshake can result in a noticeable performance improvement for entity enclosing requests (such as POST and PUT) that require the target server's authentication.
'Expect: 100-continue' handshake should be used with caution, as it may cause problems with HTTP servers and proxies that do not support HTTP/1.1 protocol.
This parameter expects a value of typeBoolean
.
static final String WAIT_FOR_CONTINUE
Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response.
This parameter expects a value of typeInteger
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |