Uses of Interface
io.undertow.server.protocol.http.HttpContinue.ContinueResponseSender
-
Packages that use HttpContinue.ContinueResponseSender Package Description io.undertow.server.protocol.http -
-
Uses of HttpContinue.ContinueResponseSender in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return HttpContinue.ContinueResponseSender Modifier and Type Method Description static HttpContinue.ContinueResponseSender
HttpContinue. createResponseSender(HttpServerExchange exchange)
Creates a response sender that can be used to send a HTTP 100-continue response.
-