public interface SpincastUndertowUtils
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
Gets the custom variables Map associated with the
specified exchange object.
|
Map<String,String> |
getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
Gets the custom variables Map associated with the
specified exchange object (when wrpped inside a WebSocketHttpExchange).
|
Copyright © 2019. All rights reserved.