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) |
org.apache.servicecomb.swagger.invocation.context.InvocationContext |
getContext()
获取context的值
|
void |
setContext(org.apache.servicecomb.swagger.invocation.context.InvocationContext context)
对context进行赋值
|
public CseHttpEntity(T body)
public org.apache.servicecomb.swagger.invocation.context.InvocationContext getContext()
public void setContext(org.apache.servicecomb.swagger.invocation.context.InvocationContext context)
context - context的新值Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.