Package org.spincast.plugins.undertow
Class SpincastUndertowUtilsDefault
java.lang.Object
org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
- All Implemented Interfaces:
SpincastUndertowUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRequestCustomVariables
(io.undertow.server.HttpServerExchange exchange) Gets the custom variables Map associated with the specified exchange object.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
-
Constructor Details
-
SpincastUndertowUtilsDefault
-
-
Method Details
-
getSpincastUtils
-
getRequestCustomVariables
Description copied from interface:SpincastUndertowUtils
Gets the custom variables Map associated with the specified exchange object.- Specified by:
getRequestCustomVariables
in interfaceSpincastUndertowUtils
-
getRequestCustomVariables
public Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange) Description copied from interface:SpincastUndertowUtils
Gets the custom variables Map associated with the specified exchange object (when wrpped inside a WebSocketHttpExchange).- Specified by:
getRequestCustomVariables
in interfaceSpincastUndertowUtils
-