org.apache.axis2.context
Interface MessageContextConstants


public interface MessageContextConstants


Field Summary
static String CHUNKED
          Deprecated. please use org.apache.axis2.transport.http.HTTPConstants.CHUNKED
static String HTTP_PROTOCOL_VERSION
          Deprecated. please use org.apache.axis2.transport.http.HTTPConstants.HTTP_PROTOCOL_VERSION
static String TRANSPORT_URL
          Deprecated. please use org.apache.axis2.Constants.Configuration.TRANSPORT_URL
 

Field Detail

TRANSPORT_URL

static final String TRANSPORT_URL
Deprecated. please use org.apache.axis2.Constants.Configuration.TRANSPORT_URL
See Also:
Constant Field Values

CHUNKED

static final String CHUNKED
Deprecated. please use org.apache.axis2.transport.http.HTTPConstants.CHUNKED
See Also:
Constant Field Values

HTTP_PROTOCOL_VERSION

static final String HTTP_PROTOCOL_VERSION
Deprecated. please use org.apache.axis2.transport.http.HTTPConstants.HTTP_PROTOCOL_VERSION
See Also:
Constant Field Values