public class SpincastUndertowUtils extends Object implements ISpincastUndertowUtils
| Constructor and Description |
|---|
SpincastUndertowUtils(ISpincastUtils 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 ISpincastUtils |
getSpincastUtils() |
@Inject public SpincastUndertowUtils(ISpincastUtils spincastUtils)
protected ISpincastUtils getSpincastUtils()
public Map<String,String> getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
ISpincastUndertowUtilsgetRequestCustomVariables in interface ISpincastUndertowUtilspublic Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
ISpincastUndertowUtilsgetRequestCustomVariables in interface ISpincastUndertowUtilsCopyright © 2016. All rights reserved.