Enum Class的使用
com.baidu.mochow.http.HttpMethodName
使用HttpMethodName的程序包
-
com.baidu.mochow.client中HttpMethodName的使用
参数类型为HttpMethodName的com.baidu.mochow.client中的方法修饰符和类型方法说明protected InternalRequestMochowClient.createRequest(AbstractMochowRequest bceRequest, HttpMethodName httpMethod, String... pathVariables) Creates and initializes a new request object for the specified resource. -
com.baidu.mochow.http中HttpMethodName的使用
修饰符和类型方法说明static HttpMethodNameReturns the enum constant of this class with the specified name.static HttpMethodName[]HttpMethodName.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.baidu.mochow.internal中HttpMethodName的使用
参数类型为HttpMethodName的com.baidu.mochow.internal中的构造器限定符构造器说明BaseRequest(HttpMethodName httpMethod, String path, Map<String, String> parameters, Map<String, String> headers) InternalRequest(HttpMethodName httpMethod, URI uri)