|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.proxy.handlers.http.HttpProxyConstants
public class HttpProxyConstants
HttpProxyConstants.java - HTTP Proxy constants.
Field Summary | |
---|---|
static java.lang.String |
CONNECT
The HTTP CONNECT verb. |
static java.lang.String |
CRLF
The CRLF character sequence used in HTTP protocol to end each line. |
static java.lang.String |
DEFAULT_KEEP_ALIVE_TIME
The default keep-alive timeout we set to make proxy connection persistent. |
static java.lang.String |
DOMAIN_PROPERTY
The domain name property. |
static java.lang.String |
GET
The HTTP GET verb. |
static java.lang.String |
HTTP_1_0
The HTTP 1.0 protocol version string. |
static java.lang.String |
HTTP_1_1
The HTTP 1.1 protocol version string. |
static java.lang.String |
PUT
The HTTP PUT verb. |
static java.lang.String |
PWD_PROPERTY
The password property. |
static java.lang.String |
USER_PROPERTY
The username property. |
static java.lang.String |
WORKSTATION_PROPERTY
The workstation name property. |
Constructor Summary | |
---|---|
HttpProxyConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONNECT
public static final java.lang.String GET
public static final java.lang.String PUT
public static final java.lang.String HTTP_1_0
public static final java.lang.String HTTP_1_1
public static final java.lang.String CRLF
public static final java.lang.String DEFAULT_KEEP_ALIVE_TIME
public static final java.lang.String USER_PROPERTY
public static final java.lang.String PWD_PROPERTY
public static final java.lang.String DOMAIN_PROPERTY
public static final java.lang.String WORKSTATION_PROPERTY
Constructor Detail |
---|
public HttpProxyConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |