类 HttpExchange.Request
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
- 封闭类:
HttpExchange
The request that started the exchange.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Request
Creates a fully-configuredRequest
instance. Primarily for use byHttpExchangeRepository
implementations when recreating a request from a persistent store.- 参数:
uri
- the URI of the requestremoteAddress
- remote address from which the request was sent, if knownmethod
- the HTTP method of the requestheaders
- the request headers
-
-
方法详细资料
-
getMethod
Return the HTTP method requested.- 返回:
- the HTTP method
-
getUri
Return the URI requested.- 返回:
- the URI
-
getHeaders
Return the request headers.- 返回:
- the request headers
-
getRemoteAddress
Return the remote address that made the request.- 返回:
- the remote address
-