Uses of Interface
io.undertow.server.BlockingHttpExchange
-
Packages that use BlockingHttpExchange Package Description io.undertow.server -
-
Uses of BlockingHttpExchange in io.undertow.server
Methods in io.undertow.server that return BlockingHttpExchange Modifier and Type Method Description BlockingHttpExchange
HttpServerExchange. startBlocking()
Calling this method puts the exchange in blocking mode, and creates aBlockingHttpExchange
object to store the streams.BlockingHttpExchange
HttpServerExchange. startBlocking(BlockingHttpExchange httpExchange)
Calling this method puts the exchange in blocking mode, using the given blocking exchange as the source of the streams.Methods in io.undertow.server with parameters of type BlockingHttpExchange Modifier and Type Method Description BlockingHttpExchange
HttpServerExchange. startBlocking(BlockingHttpExchange httpExchange)
Calling this method puts the exchange in blocking mode, using the given blocking exchange as the source of the streams.
-