Uses of Interface
io.undertow.server.BlockingHttpExchange
Packages that use BlockingHttpExchange
-
Uses of BlockingHttpExchange in io.undertow.server
Methods in io.undertow.server that return BlockingHttpExchangeModifier and TypeMethodDescriptionHttpServerExchange.startBlocking()
Calling this method puts the exchange in blocking mode, and creates aBlockingHttpExchange
object to store the streams.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 BlockingHttpExchangeModifier and TypeMethodDescriptionHttpServerExchange.startBlocking
(BlockingHttpExchange httpExchange) Calling this method puts the exchange in blocking mode, using the given blocking exchange as the source of the streams.