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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java