org.wso2.carbon.utils
Class ServerConstants.HTTPConstants

java.lang.Object
  extended by org.wso2.carbon.utils.ServerConstants.HTTPConstants
Enclosing class:
ServerConstants

public static class ServerConstants.HTTPConstants
extends Object


Field Summary
static String ANNOTATION
           
static String CONTENT_TYPE
           
static String HTTP_METHOD
           
static String HTTP_METHOD_GET
          Deprecated.  
static String HTTP_METHOD_POST
          Deprecated.  
static String HTTP_RESPONSE_STATE
           
static String MEDIA_TYPE_APPLICATION_XML
           
static String MEDIA_TYPE_MULTIPART_RELATED
           
static String MEDIA_TYPE_TEXT_XML
           
static String MEDIA_TYPE_X_WWW_FORM
           
 
Constructor Summary
ServerConstants.HTTPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEDIA_TYPE_X_WWW_FORM

public static final String MEDIA_TYPE_X_WWW_FORM
See Also:
Constant Field Values

MEDIA_TYPE_APPLICATION_XML

public static final String MEDIA_TYPE_APPLICATION_XML
See Also:
Constant Field Values

MEDIA_TYPE_TEXT_XML

public static final String MEDIA_TYPE_TEXT_XML
See Also:
Constant Field Values

MEDIA_TYPE_MULTIPART_RELATED

public static final String MEDIA_TYPE_MULTIPART_RELATED
See Also:
Constant Field Values

HTTP_METHOD_GET

public static final String HTTP_METHOD_GET
Deprecated. 
See Also:
Constant Field Values

HTTP_METHOD

public static final String HTTP_METHOD
See Also:
Constant Field Values

HTTP_METHOD_POST

public static final String HTTP_METHOD_POST
Deprecated. 
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

HTTP_RESPONSE_STATE

public static final String HTTP_RESPONSE_STATE
See Also:
Constant Field Values

ANNOTATION

public static final String ANNOTATION
See Also:
Constant Field Values
Constructor Detail

ServerConstants.HTTPConstants

public ServerConstants.HTTPConstants()


Copyright © 2014 WSO2 Inc. All rights reserved.