| 限定符和类型 | 类和说明 |
|---|---|
static class |
DefaultHttpRequest.Builder
HttpRequest Builder. |
| 构造器和说明 |
|---|
DefaultHttpRequest(String method,
String path,
Map<String,List<String>> params,
Map<String,List<String>> headers) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DefaultHttpRequest.Builder |
builder() |
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.http.HttpMethod |
getMethod() |
String |
getMethodValue() |
URI |
getURI() |
public static DefaultHttpRequest.Builder builder()
public org.springframework.http.HttpMethod getMethod()
getMethod 在接口中 org.springframework.http.HttpRequestpublic String getMethodValue()
getMethodValue 在接口中 org.springframework.http.HttpRequestpublic URI getURI()
getURI 在接口中 org.springframework.http.HttpRequestpublic org.springframework.http.HttpHeaders getHeaders()
getHeaders 在接口中 org.springframework.http.HttpMessageCopyright © 2020 Pivotal Software, Inc.. All rights reserved.