public class HttpContinueAcceptingHandler extends Object implements HttpHandler
true then the request will be
accepted, otherwise it will be rejected.
If no predicate is supplied then all requests will be accepted.HttpContinue| Constructor and Description |
|---|
HttpContinueAcceptingHandler(HttpHandler next) |
HttpContinueAcceptingHandler(HttpHandler next,
Predicate accept) |
public HttpContinueAcceptingHandler(HttpHandler next, Predicate accept)
public HttpContinueAcceptingHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.