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 BlockingHttpExchangeHttpServerExchange. startBlocking()Calling this method puts the exchange in blocking mode, and creates aBlockingHttpExchangeobject to store the streams.BlockingHttpExchangeHttpServerExchange. 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 BlockingHttpExchangeHttpServerExchange. startBlocking(BlockingHttpExchange httpExchange)Calling this method puts the exchange in blocking mode, using the given blocking exchange as the source of the streams.
-