DisabledFeaturesHandler Interface
public interface DisabledFeaturesHandler
Interface for Disabled Features Handler. The Feature Handler checks to see if this Component is implemented before blocking an endpoint. If not implemented a 404 is returned.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract jakarta.servlet.http.HttpServletResponse |
handleDisabledFeatures(HttpServletRequest request, HttpServletResponse response)
Called when an endpoint interceptor returns and no redirect is set. |
Method Details
handleDisabledFeatures
public abstract HttpServletResponse handleDisabledFeatures(HttpServletRequest request, HttpServletResponse response)
Called when an endpoint interceptor returns and no redirect is set.
Parameters:
request
- current HTTP
response
- current HTTP
Returns:
response to current HTTP request
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java