HttpHandler
public class AuthenticationMechanismsHandler extends java.lang.Object implements HttpHandler
Constructor | Description |
---|---|
AuthenticationMechanismsHandler(HttpHandler next,
java.util.List<AuthenticationMechanism> authenticationMechanisms) |
|
AuthenticationMechanismsHandler(java.util.List<AuthenticationMechanism> authenticationHandlers) |
Modifier and Type | Method | Description |
---|---|---|
HttpHandler |
getNext() |
|
void |
handleRequest(HttpServerExchange exchange) |
Handle the request.
|
AuthenticationMechanismsHandler |
setNext(HttpHandler next) |
public AuthenticationMechanismsHandler(HttpHandler next, java.util.List<AuthenticationMechanism> authenticationMechanisms)
public AuthenticationMechanismsHandler(java.util.List<AuthenticationMechanism> authenticationHandlers)
public void handleRequest(HttpServerExchange exchange) throws java.lang.Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangejava.lang.Exception
public HttpHandler getNext()
public AuthenticationMechanismsHandler setNext(HttpHandler next)
Copyright © 2018. All rights reserved.