@FunctionalInterface public interface HttpServerMechanismsResponder
| Modifier and Type | Method and Description |
|---|---|
void |
sendResponse(HttpServerResponse response)
Send any required response to the client.
|
void sendResponse(HttpServerResponse response) throws HttpAuthenticationException
response - the HttpServerResponse to use to set the response / challenge.HttpAuthenticationExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.