Package | Description |
---|---|
io.undertow.server | |
io.undertow.servlet.core |
Modifier and Type | Method and Description |
---|---|
BlockingHttpExchange | HttpServerExchange.startBlocking() Calling this method puts the exchange in blocking mode, and creates a BlockingHttpExchange 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. |
Modifier and Type | Method and 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. |
Modifier and Type | Class and Description |
---|---|
class | ServletBlockingHttpExchange |
Copyright © 2020 JBoss by Red Hat. All rights reserved.