org.apache.mina.proxy.handlers.http
Class HttpProxyConstants
java.lang.Object
org.apache.mina.proxy.handlers.http.HttpProxyConstants
public class HttpProxyConstants
- extends Object
HttpProxyConstants.java - HTTP Proxy constants.
- Since:
- MINA 2.0.0-M3
- Version:
- $Rev: 685703 $, $Date: 2008-08-14 00:14:47 +0200 (Do, 14 Aug 2008) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECT
public static final String CONNECT
- See Also:
- Constant Field Values
GET
public static final String GET
- See Also:
- Constant Field Values
PUT
public static final String PUT
- See Also:
- Constant Field Values
HTTP_1_0
public static final String HTTP_1_0
- See Also:
- Constant Field Values
HTTP_1_1
public static final String HTTP_1_1
- See Also:
- Constant Field Values
CRLF
public static final String CRLF
- See Also:
- Constant Field Values
DEFAULT_KEEP_ALIVE_TIME
public static final String DEFAULT_KEEP_ALIVE_TIME
- See Also:
- Constant Field Values
USER_PROPERTY
public static final String USER_PROPERTY
- See Also:
- Constant Field Values
PWD_PROPERTY
public static final String PWD_PROPERTY
- See Also:
- Constant Field Values
DOMAIN_PROPERTY
public static final String DOMAIN_PROPERTY
- See Also:
- Constant Field Values
WORKSTATION_PROPERTY
public static final String WORKSTATION_PROPERTY
- See Also:
- Constant Field Values
HttpProxyConstants
public HttpProxyConstants()
Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.