org.apache.mina.proxy.handlers.http
Class HttpProxyConstants

java.lang.Object
  extended by 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)

Field Summary
static String CONNECT
           
static String CRLF
           
static String DEFAULT_KEEP_ALIVE_TIME
           
static String DOMAIN_PROPERTY
           
static String GET
           
static String HTTP_1_0
           
static String HTTP_1_1
           
static String PUT
           
static String PWD_PROPERTY
           
static String USER_PROPERTY
           
static String WORKSTATION_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

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
Constructor Detail

HttpProxyConstants

public HttpProxyConstants()


Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.