public class HttpMethods extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
HttpMethods.API |
static class |
HttpMethods.Method |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addMethod(String sqlmapId,
String describe) |
static void |
addMethod(String method,
String sqlmapId,
String itemId,
String describe) |
static void |
check(String method,
String path) |
static void |
clear() |
static void |
delMethod(String sqlmapId) |
static void |
delMethod(String method,
String sqlmapId,
String itemId) |
static List<HttpMethods.API> |
getAPI(String methodName) |
static HttpMethods.Method |
getMethod(String method,
String uri) |
public static HttpMethods.Method getMethod(String method, String uri)
public static List<HttpMethods.API> getAPI(String methodName)
public static void delMethod(String sqlmapId)
public static void addMethod(String method, String sqlmapId, String itemId, String describe)
public static void clear()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.