类 HttpExchange.Response
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
- 封闭类:
HttpExchange
The response that finished the exchange.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Response
Creates a fully-configuredResponse
instance. Primarily for use byHttpExchangeRepository
implementations when recreating a response from a persistent store.- 参数:
status
- the status of the responseheaders
- the response headers
-
-
方法详细资料
-
getStatus
public int getStatus()Return the status code of the response.- 返回:
- the response status code
-
getHeaders
Return the response headers.- 返回:
- the headers
-