public class SpincastUndertowUtilsDefault extends Object implements SpincastUndertowUtils
| Constructor and Description |
|---|
SpincastUndertowUtilsDefault(SpincastUtils spincastUtils) |
| 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).
|
protected SpincastUtils |
getSpincastUtils() |
@Inject public SpincastUndertowUtilsDefault(SpincastUtils spincastUtils)
protected SpincastUtils getSpincastUtils()
public Map<String,String> getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
SpincastUndertowUtilsgetRequestCustomVariables in interface SpincastUndertowUtilspublic Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
SpincastUndertowUtilsgetRequestCustomVariables in interface SpincastUndertowUtilsCopyright © 2018. All rights reserved.