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