cn.dreampie.common.http
类 HttpMethod

java.lang.Object
  继承者 cn.dreampie.common.http.HttpMethod

public class HttpMethod
extends Object

Created by wangrenhui on 15/1/10.


字段摘要
static String DELETE
           
static String GET
           
static String HEAD
           
static String OPTIONS
           
static String PATCH
           
static String POST
           
static String PUT
           
 
构造方法摘要
HttpMethod()
           
 
方法摘要
static boolean support(String httpMethod)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

GET

public static final String GET
另请参见:
常量字段值

POST

public static final String POST
另请参见:
常量字段值

PUT

public static final String PUT
另请参见:
常量字段值

DELETE

public static final String DELETE
另请参见:
常量字段值

PATCH

public static final String PATCH
另请参见:
常量字段值

OPTIONS

public static final String OPTIONS
另请参见:
常量字段值

HEAD

public static final String HEAD
另请参见:
常量字段值
构造方法详细信息

HttpMethod

public HttpMethod()
方法详细信息

support

public static boolean support(String httpMethod)


Copyright © 2015. All rights reserved.