Class HttpProxyConstants
java.lang.Object
org.apache.mina.proxy.handlers.http.HttpProxyConstants
HttpProxyConstants.java - HTTP Proxy constants.
- Since:
- MINA 2.0.0-M3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe HTTP CONNECT verb.static final StringThe CRLF character sequence used in HTTP protocol to end each line.static final StringThe default keep-alive timeout we set to make proxy connection persistent.static final StringThe domain name property.static final StringThe HTTP GET verb.static final StringThe HTTP 1.0 protocol version string.static final StringThe HTTP 1.1 protocol version string.static final StringThe HTTP PUT verb.static final StringThe password property.static final StringThe username property.static final StringThe workstation name property. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONNECT
-
GET
-
PUT
-
HTTP_1_0
-
HTTP_1_1
-
CRLF
The CRLF character sequence used in HTTP protocol to end each line.- See Also:
-
DEFAULT_KEEP_ALIVE_TIME
The default keep-alive timeout we set to make proxy connection persistent. Set to 300 ms.- See Also:
-
USER_PROPERTY
-
PWD_PROPERTY
-
DOMAIN_PROPERTY
-
WORKSTATION_PROPERTY
The workstation name property. Used in auth mechs.- See Also:
-
-
Constructor Details
-
HttpProxyConstants
private HttpProxyConstants()
-