com.alibaba.ocean.rawsdk.client.policy.Protocol Maven / Gradle / Ivy
/**
* Project: ocean.client.java.basic
*
* File Created at 2011-10-26
* $Id: Protocol.java 324325 2014-02-11 07:39:28Z yichun.wangyc $
*
* Copyright 2008 Alibaba.com Croporation Limited.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Alibaba Company. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Alibaba.com.
*/
package com.alibaba.ocean.rawsdk.client.policy;
/**
* 参数传递的格式协议
* @author jade
*
*/
public enum Protocol {
param2,
json2,
xml2,
param,
json,
xml,
http
}