类 HttpExchange.Started
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
- 封闭类:
HttpExchange
A started request that when
finished will return a new
HttpExchange instance.-
方法概要
修饰符和类型方法说明finish(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.finish(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.finish(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.finish(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.
-
方法详细资料
-
finish
public HttpExchange finish(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.- 参数:
response- the recordable HTTP responseprincipalSupplier- a supplier to provide the principalsessionIdSupplier- a supplier to provide the session IDincludes- the options to include- 返回:
- a new
HttpExchangeinstance
-
finish
public HttpExchange finish(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.- 参数:
clock- the clock to useresponse- the recordable HTTP responseprincipalSupplier- a supplier to provide the principalsessionIdSupplier- a supplier to provide the session IDincludes- the options to include- 返回:
- a new
HttpExchangeinstance
-
finish
public HttpExchange finish(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.- 参数:
response- the recordable HTTP responseprincipalSupplier- a supplier to provide the principalsessionIdSupplier- a supplier to provide the session IDincludes- the options to include- 返回:
- a new
HttpExchangeinstance
-
finish
public HttpExchange finish(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.- 参数:
clock- the clock to useresponse- the recordable HTTP responseprincipalSupplier- a supplier to provide the principalsessionIdSupplier- a supplier to provide the session IDincludes- the options to include- 返回:
- a new
HttpExchangeinstance
-