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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.toString()
-
Constructor Details
-
HttpContinueAcceptingHandler
-
HttpContinueAcceptingHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-
toString
-