public class HttpContinueAcceptingHandler extends Object implements HttpHandler
acceptRequest(io.undertow.server.HttpServerExchange)
method overridden tp provide the desired behaviour.HttpContinue| Constructor and Description |
|---|
HttpContinueAcceptingHandler() |
HttpContinueAcceptingHandler(HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptRequest(HttpServerExchange exchange) |
HttpHandler |
getNext() |
void |
handleRequest(HttpServerExchange exchange)
Handle the request.
|
HttpContinueAcceptingHandler |
setNext(HttpHandler next) |
public HttpContinueAcceptingHandler(HttpHandler next)
public HttpContinueAcceptingHandler()
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionprotected boolean acceptRequest(HttpServerExchange exchange)
public HttpHandler getNext()
public HttpContinueAcceptingHandler setNext(HttpHandler next)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.