Package io.undertow.server.handlers
Class HttpContinueAcceptingHandler
java.lang.Object
io.undertow.server.handlers.HttpContinueAcceptingHandler
- All Implemented Interfaces:
HttpHandler
Handler that provides support for HTTP/1.1 continue responses.
If the provided predicate returns true then the request will be
accepted, otherwise it will be rejected.
If no predicate is supplied then all requests will be accepted.
- Author:
- Stuart Douglas
- See Also:
-
io.undertow.server.protocol.http.HttpContinue
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
HttpContinueAcceptingHandler
-
HttpContinueAcceptingHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-