public class CseHttpEntity<T>
extends org.springframework.http.HttpEntity<T>
| Constructor and Description |
|---|
CseHttpEntity(org.springframework.util.MultiValueMap<String,String> headers) |
CseHttpEntity(T body) |
CseHttpEntity(T body,
org.springframework.util.MultiValueMap<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContext(String key,
String value) |
io.servicecomb.swagger.invocation.context.InvocationContext |
getContext()
获取context的值
|
void |
setContext(io.servicecomb.swagger.invocation.context.InvocationContext context)
对context进行赋值
|
public CseHttpEntity(T body)
Copyright © 2017. All rights reserved.